C# Class SourceStream, monomac

Inheritance: Stream
Mostrar archivo Open project: kangaroo/monomac Class Usage Examples

Public Methods

Method Description
Flush ( ) : void
Read ( byte buf, int offset, int count ) : int
ReadByte ( ) : int
Seek ( long p, SeekOrigin, o ) : long
SetLength ( long l ) : void
SourceStream ( Stream source ) : System
Write ( byte b, int a, int c ) : void

Method Details

Flush() public method

public Flush ( ) : void
return void

Read() public method

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

ReadByte() public method

public ReadByte ( ) : int
return int

Seek() public method

public Seek ( long p, SeekOrigin, o ) : long
p long
o SeekOrigin,
return long

SetLength() public method

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

SourceStream() public method

public SourceStream ( Stream source ) : System
source Stream
return System

Write() public method

public Write ( byte b, int a, int c ) : void
b byte
a int
c int
return void