public class StringInputStream extends ByteArrayInputStream
buf, count, mark, pos
Constructor and Description |
---|
StringInputStream(String string) |
StringInputStream(String string,
String encoding) |
Modifier and Type | Method and Description |
---|---|
int |
getLength() |
available, close, mark, markSupported, read, read, reset, skip
read
public StringInputStream(String string) throws UnsupportedEncodingException
UnsupportedEncodingException
public StringInputStream(String string, String encoding) throws UnsupportedEncodingException
UnsupportedEncodingException
Copyright © 2015. All rights reserved.