C# Class System.IO.Compression.FastEncoder.Output

显示文件 Open project: hprose/hprose-dotnet

Private Properties

Property Type Description
FlushBits void
GenerateSlotTables void
GetSlot int
Output System
SafeToWriteTo bool
UpdateBuffer void
WriteBits void
WriteChar void
WriteGzipFooter void
WriteGzipHeader void
WriteMatch void
WritePreamble void

Private Methods

Method Description
FlushBits ( ) : void
GenerateSlotTables ( ) : void
GetSlot ( int pos ) : int
Output ( ) : System
SafeToWriteTo ( ) : bool
UpdateBuffer ( byte output ) : void
WriteBits ( int n, uint bits ) : void
WriteChar ( byte b ) : void
WriteGzipFooter ( uint gzipCrc32, uint inputStreamSize ) : void
WriteGzipHeader ( int compression_level ) : void
WriteMatch ( int matchLen, int matchPos ) : void
WritePreamble ( ) : void