public class DoubleDotInputStream extends PushbackInputStream
buf, pos
in
Constructor and Description |
---|
DoubleDotInputStream(InputStream in) |
Modifier and Type | Method and Description |
---|---|
int |
read() |
protected int |
readNextByte()
Push current byte to buffer and read next byte.
|
available, close, mark, markSupported, read, reset, skip, unread, unread, unread
read
public DoubleDotInputStream(InputStream in)
protected int readNextByte() throws IOException
IOException
- on errorpublic int read() throws IOException
read
in class PushbackInputStream
IOException
Copyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.