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

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

Public Methods

Method Description
CBZip2InputStream ( Stream zStream ) : System
Flush ( ) : void
Read ( byte buffer, int offset, int count ) : int
ReadByte ( ) : int
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
Write ( byte buffer, int offset, int count ) : void

Private Methods

Method Description
BadBGLengths ( ) : void
BadBlockHeader ( ) : void
BitStreamEOF ( ) : void
BlockOverrun ( ) : void
BsFinishedWithStream ( ) : void
BsGetInt32 ( ) : int
BsGetIntVS ( int numBits ) : int
BsGetUChar ( ) : char
BsGetint ( ) : int
BsR ( int n ) : int
BsSetStream ( Stream f ) : void
Cadvise ( ) : void
Complete ( ) : void
CompressedStreamEOF ( ) : void
CrcError ( ) : void
EndBlock ( ) : void
GetAndMoveToFrontDecode ( ) : void
HbCreateDecodeTables ( int limit, int basev, int perm, char length, int minLen, int maxLen, int alphaSize ) : void
InitBlock ( ) : void
InitCharArray ( int n1, int n2 ) : char[][]
InitIntArray ( int n1, int n2 ) : int[][]
Initialize ( ) : void
MakeMaps ( ) : void
RecvDecodingTables ( ) : void
SetDecompressStructureSizes ( int newSize100k ) : void
SetupBlock ( ) : void
SetupNoRandPartA ( ) : void
SetupNoRandPartB ( ) : void
SetupNoRandPartC ( ) : void
SetupRandPartA ( ) : void
SetupRandPartB ( ) : void
SetupRandPartC ( ) : void

Method Details

CBZip2InputStream() public method

public CBZip2InputStream ( Stream zStream ) : System
zStream Stream
return System

Flush() public method

public Flush ( ) : void
return void

Read() public method

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

ReadByte() public method

public ReadByte ( ) : 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