public class StringBufferInputStream extends InputStream
Modifier and Type | Field and Description |
---|---|
protected String |
buffer
Deprecated.
|
protected int |
count
Deprecated.
|
protected int |
pos
Deprecated.
|
Constructor and Description |
---|
StringBufferInputStream(String s)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
available()
Deprecated.
|
int |
read()
Deprecated.
|
int |
read(byte[] b,
int off,
int len)
Deprecated.
|
void |
reset()
Deprecated.
|
long |
skip(long n)
Deprecated.
|
close, mark, markSupported, read
protected String buffer
protected int pos
protected int count
public StringBufferInputStream(String s)
public int read()
read
in class InputStream
public int read(byte[] b, int off, int len)
read
in class InputStream
public long skip(long n)
skip
in class InputStream
public int available()
available
in class InputStream
public void reset()
reset
in class InputStream