public class StringInputStream extends InputStream
| Constructor and Description |
|---|
StringInputStream(String value) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
int |
read() |
int |
read(byte[] buf) |
int |
read(byte[] buf,
int offset,
int len) |
close, mark, markSupported, reset, skippublic StringInputStream(String value)
public int available()
available in class InputStreampublic int read()
read in class InputStreampublic int read(byte[] buf)
read in class InputStreampublic int read(byte[] buf,
int offset,
int len)
read in class InputStreamCopyright © 2020. All rights reserved.