C# Класс Org.BouncyCastle.Apache.Bzip2.CBZip2OutputStream

Наследование: Stream
Показать файл Открыть проект

Открытые методы

Метод Описание
CBZip2OutputStream ( Stream inStream ) : System
CBZip2OutputStream ( Stream inStream, int inBlockSize ) : System
Close ( ) : void
Finish ( ) : void
Flush ( ) : void
Read ( byte buffer, int offset, int count ) : int
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
Write ( byte buffer, int offset, int count ) : void
WriteByte ( byte bv ) : void

Защищенные методы

Метод Описание
Finalize ( ) : void
HbMakeCodeLengths ( char len, int freq, int alphaSize, int maxLen ) : void

Приватные методы

Метод Описание
AllocateCompressStructures ( ) : void
BsFinishedWithStream ( ) : void
BsPutIntVS ( int numBits, int c ) : void
BsPutUChar ( int c ) : void
BsPutint ( int u ) : void
BsSetStream ( Stream f ) : void
BsW ( int n, int v ) : void
DoReversibleTransformation ( ) : void
EndBlock ( ) : void
EndCompression ( ) : void
FullGtU ( int i1, int i2 ) : bool
GenerateMTFValues ( ) : void
HbAssignCodes ( int code, char length, int minLen, int maxLen, int alphaSize ) : void
InitBlock ( ) : void
Initialize ( ) : void
MainSort ( ) : void
MakeMaps ( ) : void
Med3 ( char a, char b, char c ) : char
MoveToFrontCodeAndSend ( ) : void
Panic ( ) : void
QSort3 ( int loSt, int hiSt, int dSt ) : void
RandomiseBlock ( ) : void
SendMTFValues ( ) : void
SimpleSort ( int lo, int hi, int d ) : void
Vswap ( int p1, int p2, int n ) : void
WriteRun ( ) : void

Описание методов

CBZip2OutputStream() публичный Метод

public CBZip2OutputStream ( Stream inStream ) : System
inStream Stream
Результат System

CBZip2OutputStream() публичный Метод

public CBZip2OutputStream ( Stream inStream, int inBlockSize ) : System
inStream Stream
inBlockSize int
Результат System

Close() публичный Метод

public Close ( ) : void
Результат void

Finalize() защищенный Метод

protected Finalize ( ) : void
Результат void

Finish() публичный Метод

public Finish ( ) : void
Результат void

Flush() публичный Метод

public Flush ( ) : void
Результат void

HbMakeCodeLengths() защищенный статический Метод

protected static HbMakeCodeLengths ( char len, int freq, int alphaSize, int maxLen ) : void
len char
freq int
alphaSize int
maxLen int
Результат void

Read() публичный Метод

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Результат int

Seek() публичный Метод

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
Результат long

SetLength() публичный Метод

public SetLength ( long value ) : void
value long
Результат void

Write() публичный Метод

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Результат void

WriteByte() публичный Метод

public WriteByte ( byte bv ) : void
bv byte
Результат void