Package org.apache.juneau.msgpack
Class MsgPackInputStream
java.lang.Object
java.io.InputStream
org.apache.juneau.parser.ParserInputStream
org.apache.juneau.msgpack.MsgPackInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Positionable
Specialized input stream for parsing MessagePack streams.
Notes:
- This class is not intended for external use.
See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.juneau.parser.ParserInputStream
getPosition, read
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
MsgPackInputStream
Constructor.- Parameters:
pipe
- The parser input.- Throws:
IOException
- Thrown by underlying stream.
-