Class InputStreamParser

All Implemented Interfaces:
AnnotationProvider
Direct Known Subclasses:
ImageParser, MsgPackParser

public class InputStreamParser extends Parser
Subclass of Parser for byte-based parsers.
Description

This class is typically the parent class of all character-based parsers. It has 1 abstract method to implement on the session object...

  • parse(ParserSession, ClassMeta)
Notes:
  • This class is thread safe and reusable.
See Also: