@CleanupObligation public final class PushbackInputStreamEx extends PushbackInputStream
buf, pos
in
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, unread
read
public PushbackInputStreamEx(InputStream in, int size)
public PushbackInputStreamEx(InputStream in)
public InputStream getUnderlyingStream()
public void unread(int b) throws IOException
unread
in class PushbackInputStream
IOException
Copyright © 2018 SPF4J. All rights reserved.