public class DoubleDotInputStream extends PushbackInputStream
buf, posin| 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, unreadreadpublic DoubleDotInputStream(InputStream in)
protected int readNextByte()
throws IOException
IOException - on errorpublic int read()
throws IOException
read in class PushbackInputStreamIOExceptionCopyright © 2001–2025 MickaĆ«l Guessant. All rights reserved.