public class StringInputStream extends ByteArrayInputStream
buf, count, mark, pos
构造器和说明 |
---|
StringInputStream(CharSequence s) |
StringInputStream(CharSequence s,
Charset charset) |
限定符和类型 | 方法和说明 |
---|---|
protected static byte[] |
toBytes(CharSequence str,
Charset charset) |
available, close, mark, markSupported, read, read, reset, skip
read
public StringInputStream(CharSequence s, Charset charset)
public StringInputStream(CharSequence s)
protected static byte[] toBytes(CharSequence str, Charset charset)
Copyright © 2017. All rights reserved.