2011. 7. 30. 15:12
PushBackStream JAVA이야기2011. 7. 30. 15:12
unread 함수 : 스트림에서 바이트를 읽고 다시 스트림에 넣는 작업을 하는 함수
unread(byte[] bytes)
unread(int ch)
unread(byte[] bytes, int offset, int length);
unread(byte[] bytes)
unread(int ch)
unread(byte[] bytes, int offset, int length);
'JAVA이야기' 카테고리의 다른 글
Data 바이트 스트림 (0) | 2011.07.30 |
---|---|
StreamTokenizer (0) | 2011.07.30 |
Piped Stream (0) | 2011.07.29 |
동기화와 동시성, Filter Stream, Buffered Stream (0) | 2011.07.29 |
스트림 클래스 (0) | 2011.07.29 |