public class StringInputStream extends ByteArrayInputStream
buf, count, mark, pos| Constructor and Description |
|---|
StringInputStream(CharSequence s) |
StringInputStream(CharSequence s,
Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
protected static byte[] |
toBytes(CharSequence str,
Charset charset) |
available, close, mark, markSupported, read, read, reset, skipreadpublic StringInputStream(CharSequence s, Charset charset)
public StringInputStream(CharSequence s)
protected static byte[] toBytes(CharSequence str, Charset charset)
Copyright © 2017. All rights reserved.