C# 클래스 Org.BouncyCastle.Apache.Bzip2.CBZip2OutputStream

상속: Stream
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6

공개 메소드들

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