public class SerializerInputstream extends InputStream
| Constructor and Description |
|---|
SerializerInputstream(StreamingReader streamingReader) |
| Modifier and Type | Method and Description |
|---|---|
StreamingReader |
getStreamingReader() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
available, close, mark, markSupported, read, reset, skippublic SerializerInputstream(StreamingReader streamingReader)
public StreamingReader getStreamingReader()
public int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionCopyright © 2016 OpenSource BIM. All rights reserved.