C# Class BitMiracle.LibJpeg.BitStream

Inheritance: IDisposable
Show file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
BitStream ( ) : System
BitStream ( byte buffer ) : System
Dispose ( ) : void
Read ( int bitCount ) : int
Seek ( int pos, SeekOrigin mode ) : void
Size ( ) : int
Tell ( ) : int
Write ( int bitStorage, int bitCount ) : int

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
bitsAllocated ( ) : int
read ( int bitsCount ) : int
seekCurrent ( int pos ) : void
seekSet ( int pos ) : void
writeBit ( byte bit ) : bool

Method Details

BitStream() public method

public BitStream ( ) : System
return System

BitStream() public method

public BitStream ( byte buffer ) : System
buffer byte
return System

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Read() public method

public Read ( int bitCount ) : int
bitCount int
return int

Seek() public method

public Seek ( int pos, SeekOrigin mode ) : void
pos int
mode SeekOrigin
return void

Size() public method

public Size ( ) : int
return int

Tell() public method

public Tell ( ) : int
return int

Write() public method

public Write ( int bitStorage, int bitCount ) : int
bitStorage int
bitCount int
return int