public class AsciiStream extends InputStream
| Constructor and Description |
|---|
AsciiStream(String materializedString) |
AsciiStream(String materializedString,
Reader reader) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
int |
read() |
close, mark, markSupported, read, read, reset, skippublic AsciiStream(String materializedString)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int available()
available in class InputStreamCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.