C# Class Org.BouncyCastle.Apache.Bzip2.CBZip2OutputStream

Inheritance: Stream
Mostrar archivo Open project: red-gate/iTextSharp-4.1.6

Public Methods

Method Description
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

Protected Methods

Method Description
Finalize ( ) : void
HbMakeCodeLengths ( char len, int freq, int alphaSize, int maxLen ) : void

Private Methods

Method Description
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

Method Details

CBZip2OutputStream() public method

public CBZip2OutputStream ( Stream inStream ) : System
inStream Stream
return System

CBZip2OutputStream() public method

public CBZip2OutputStream ( Stream inStream, int inBlockSize ) : System
inStream Stream
inBlockSize int
return System

Close() public method

public Close ( ) : void
return void

Finalize() protected method

protected Finalize ( ) : void
return void

Finish() public method

public Finish ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

HbMakeCodeLengths() protected static method

protected static HbMakeCodeLengths ( char len, int freq, int alphaSize, int maxLen ) : void
len char
freq int
alphaSize int
maxLen int
return void

Read() public method

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
return int

Seek() public method

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
return long

SetLength() public method

public SetLength ( long value ) : void
value long
return void

Write() public method

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
return void

WriteByte() public method

public WriteByte ( byte bv ) : void
bv byte
return void