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, skip
public ReplayPrefixOneCharInputStream(String encoding)
public String getEncoding()
public void setInput(int recorded, InputStream wrapped) throws IOException
IOException
public void setInputUTF8(int recorded, InputStream wrapped) throws IOException
IOException
public int read() throws IOException
read
in class InputStream
IOException
public int available()
available
in class InputStream
Copyright © 2008-2012 Sonatype. All Rights Reserved.