@CleanupObligation public final class PushbackInputStreamEx extends PushbackInputStream
buf, posin| Constructor and Description |
|---|
PushbackInputStreamEx(InputStream in) |
PushbackInputStreamEx(InputStream in,
int size) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getUnderlyingStream() |
String |
toString() |
void |
unread(int b) |
available, close, mark, markSupported, read, read, reset, skip, unread, unreadreadpublic PushbackInputStreamEx(InputStream in, int size)
public PushbackInputStreamEx(InputStream in)
public InputStream getUnderlyingStream()
public void unread(int b)
throws IOException
unread in class PushbackInputStreamIOExceptionCopyright © 2018 SPF4J. All rights reserved.