C# Class nStep.IO.RingBufferedStream

Inheritance: Stream
Mostrar archivo Open project: clearwavebuild/nStep Class Usage Examples

Public Methods

Method Description
Flush ( ) : void
Peek ( byte buffer, int offset, int count ) : int
Read ( byte buffer, int offset, int count ) : int
RingBufferedStream ( ) : System
RingBufferedStream ( int sizeInBits ) : System
Scan ( byte i ) : int
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
Write ( byte buffer, int offset, int count ) : void

Method Details

Flush() public method

public Flush ( ) : void
return void

Peek() public method

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

Read() public method

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

RingBufferedStream() public method

public RingBufferedStream ( ) : System
return System

RingBufferedStream() public method

public RingBufferedStream ( int sizeInBits ) : System
sizeInBits int
return System

Scan() public method

public Scan ( byte i ) : int
i byte
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