Package org.openexi.proc.io

The IO package contains the Scanner, which is used by EXIDecoder to read and interpret EXI streams.

See:
          Description

Interface Summary
BinaryDataSink BinaryDataSink represents a sink that accepts successive chunks of binary data.
 

Class Summary
CharacterBuffer  
Scanner The Scanner class provides methods for scanning events in the body of an EXI stream.
 

Package org.openexi.proc.io Description

The IO package contains the Scanner, which is used by EXIDecoder to read and interpret EXI streams.

The IO package also contains the non-public Scriber class, which is used by the Transmogrifier to encode EXI streams (which is why this is called the IO package). Scriber settings are fully implemented in the Transmogrifier.