C# Класс System.IO.Compression.FastEncoder.Output

Показать файл Открыть проект

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