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

Afficher le fichier Open project: hprose/hprose-dotnet

Private Properties

Свойство 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

Méthode 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