Ejemplo n.º 1
0
 protected void CompressSourceToCompressionStream(IO.EndianWriter blockStream, Stream sourceFile)
 {
     // Build a CompressedStream from the source file and write it to the block stream
     CompressedStream.CompressFromStream(blockStream, sourceFile,
                                         out Adler32, out DataSize); // Update this ECF's checksum and size
 }