public final class ReplayPrefixOneCharInputStream extends InputStream
| Constructor and Description |
|---|
ReplayPrefixOneCharInputStream(String encoding) |
| Modifier and Type | Method and Description |
|---|---|
int |
available()
InputStreamReader is greedy and will try to read bytes in advance.
|
String |
getEncoding() |
int |
read() |
void |
setInput(int recorded,
InputStream wrapped) |
void |
setInputUTF8(int recorded,
InputStream wrapped) |
close, mark, markSupported, read, read, reset, skippublic ReplayPrefixOneCharInputStream(String encoding)
public String getEncoding()
public void setInput(int recorded,
InputStream wrapped)
throws IOException
IOExceptionpublic void setInputUTF8(int recorded,
InputStream wrapped)
throws IOException
IOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int available()
available in class InputStreamCopyright © 2008-2013 Sonatype. All Rights Reserved.