Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 개행처리
- SQL
- Spring
- 연동
- 안드로이드
- MVC
- IO
- jdbc
- Android SDK
- zipcode
- java
- ibatis parameter
- ibatis bind
- Eclipse
- Oracle
- 우편번호
- 아이폰
- 자바
- 설치
- Objective C
- ibatis 개행
- 외래키
- 예제
- Android
- iPhone
- IT·컴퓨터
- 스프링
- SEQUENCE
- 이클립스
- 오라클
Archives
- Today
- Total
목록NIO (1)
MisoBoy Blog...
[Java NIO] NIO Buffer method flip() rewind() mark() reset()
Java NIO Buffer is operated a little bit complicatedly using flip(), rewind() mark() and rest(). But they can be grouped in some contexts, "Fill" and "Drain" Java NIO Buffer manipulation is done in two contexts, "Fill state" and "Drain state". "Fill state" means that data is put into the buffer and "Drain state" that data in the buffer is retrieved outside.(But data is not removed from the buffe..
Java
2011. 7. 10. 15:01