Package x3

  • Interface Summary 
    Interface Description
    X3Encoder
    General X3 encoder / decoder.
  • Class Summary 
    Class Description
    CRC16
    Copied from Mark Johnson's CRC16v3 but adapted to work with a byte array rather than short input.
    RiceTable
    Rice table functions and lookup tables for both reading and writing compressed rice data.
    X3BitPacker
    Bit packer to pack sequential bits of data into byte chunks.
    X3Common  
    X3D3FileSystem
    X3 file reading and writing functions which follow Marks D3 standard X3 files.
    X3D3Test
    Test program
    X3FileHeader
    File header information for an X3 File.
    X3FileSystem
    Interface for dealing with the two slightly different X3 file systems (even though we're hoping to fade one out asap).
    X3FrameDecode
    Functions to decode a single x3 frame.
    X3FrameEncode
    Functions to encode a single X3 frame.
    X3FrameHeader
    Frame header for Marks d3 x3 format data.
    X3JavaEncoder
    Pure Java X3 - Wav file encoder / decoder.
    X3JNIEncoder
    Encoder which makes calls through to C code JNI functions.
    X3PBFileSystem
    X3 file functions using the standards used for the Decimus system which is slightly different to the d3 standard.