public final class MsgPackInputStream extends InputStream
Modifier | Constructor and Description |
---|---|
protected |
MsgPackInputStream(ParserPipe pipe)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ParserPipe |
getPipe()
Returns the pipe that was passed into the constructor.
|
int |
read() |
available, close, mark, markSupported, read, read, reset, skip
protected MsgPackInputStream(ParserPipe pipe) throws Exception
pipe
- The parser input.Exception
public int read() throws IOException
read
in class InputStream
IOException
public ParserPipe getPipe()
Copyright © 2018 Apache. All rights reserved.