Method |
Description |
|
copy ( FileStream fsin, FileStream fsout, int count ) : void |
|
|
matchOrAdd ( BinaryWriter outfile, byte data, Span spanType ) : void |
attempts to find a match for the provided data in the library. if it is present, it writes the long pointer to the location record in the library if it is absent, it adds a new record to the library and returns a pointer to that |
|
process ( string fnin, FileStream fsin ) : void |
do not give me overlapping spans. that would be cruel. |
|
processIT ( string fname ) : void |
|
|
processS3M ( string fname ) : void |
|
|
processSimple ( string fname ) : void |
|
|
processWav ( string fname ) : void |
|
|
processXM ( string fname ) : void |
|
|
span ( Span type, long start, long length ) : void |
|
|
span ( long start, long length ) : void |
|
|
writeLibrary ( string fname ) : void |
writes the library to the specified file |
|