C# Class TagTool.Sounds.RIFX

Big-endian RIFF container.
Show file Open project: TheGuardians/TagTool Class Usage Examples

Public Methods

Method Description
RIFX ( EndianReader reader, int size ) : System

Loads RIFX data from a stream.

Private Methods

Method Description
ReadBlocks ( EndianReader reader, int size ) : void
ReadFormatBlock ( EndianReader reader, int blockSize ) : void
ReadHeader ( EndianReader reader ) : void
ReadSeekOffsets ( EndianReader reader, int blockSize ) : void

Method Details

RIFX() public method

Loads RIFX data from a stream.
public RIFX ( EndianReader reader, int size ) : System
reader TagTool.IO.EndianReader The EndianReader to read from.
size int The size of the data to read.
return System