Class ParserInputStream

java.lang.Object
java.io.InputStream
org.apache.juneau.parser.ParserInputStream
All Implemented Interfaces:
Closeable, AutoCloseable, Positionable
Direct Known Subclasses:
MsgPackInputStream

public class ParserInputStream extends InputStream implements Positionable
Input stream meant to be used as input for stream-based parsers.

Keeps track of current byte position.

Notes:
  • This class is not thread safe.
See Also: