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 SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.juneau.parser.ParserInputStreamgetPosition, readMethods inherited from class java.io.InputStreamavailable, close, mark, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
- 
Constructor Details- 
MsgPackInputStreamConstructor.- Parameters:
- pipe- The parser input.
- Throws:
- IOException- Thrown by underlying stream.
 
 
-