public class StringInputStream extends InputStream
Constructor and Description |
---|
StringInputStream(String pContent,
String pCharset) |
Modifier and Type | Method and Description |
---|---|
int |
available() |
int |
read() |
void |
reset() |
close, mark, markSupported, read, read, skip
public StringInputStream(String pContent, String pCharset) throws UnsupportedEncodingException
UnsupportedEncodingException
public int read() throws IOException
read
in class InputStream
IOException
public int available() throws IOException
available
in class InputStream
IOException
public void reset() throws IOException
reset
in class InputStream
IOException
Copyright © 2004–2017 52north.org. All rights reserved.