C# 클래스 System.IO.Compression.FastEncoder.Output

파일 보기 프로젝트 열기: hprose/hprose-dotnet

Private Properties

프로퍼티 타입 설명
FlushBits void
GenerateSlotTables void
GetSlot int
Output System
SafeToWriteTo bool
UpdateBuffer void
WriteBits void
WriteChar void
WriteGzipFooter void
WriteGzipHeader void
WriteMatch void
WritePreamble void

비공개 메소드들

메소드 설명
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