public class StringInputStream extends ByteArrayInputStream
buf, count, mark, pos
Constructor and Description |
---|
StringInputStream(String s) |
Modifier and Type | Method and Description |
---|---|
String |
getString()
この入力ストリームが生成された時に指定されたオリジナルの文字列を返します。
|
available, close, mark, markSupported, read, read, reset, skip
read
public StringInputStream(String s) throws UnsupportedEncodingException
UnsupportedEncodingException
public String getString()
Copyright © 2018. All rights reserved.