C# Class Tamir.Streams.InputStream

Summary description for InputStream.
Inheritance: System.IO.Stream
Afficher le fichier Open project: soywiz/csharputils Class Usage Examples

Méthodes publiques

Méthode Description
Flush ( ) : void
Seek ( long offset, System.IO origin ) : long
SetLength ( long value ) : void
Write ( byte buffer, int offset, int count ) : void
WriteByte ( byte value ) : void
close ( ) : void
read ( ) : int
read ( byte buffer ) : int
read ( byte buffer, int offset, int count ) : int
skip ( long len ) : long

Method Details

Flush() public méthode

public Flush ( ) : void
Résultat void

Seek() public méthode

public Seek ( long offset, System.IO origin ) : long
offset long
origin System.IO
Résultat long

SetLength() public méthode

public SetLength ( long value ) : void
value long
Résultat void

Write() public méthode

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void

WriteByte() public méthode

public WriteByte ( byte value ) : void
value byte
Résultat void

close() public méthode

public close ( ) : void
Résultat void

read() public méthode

public read ( ) : int
Résultat int

read() public méthode

public read ( byte buffer ) : int
buffer byte
Résultat int

read() public méthode

public read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Résultat int

skip() public méthode

public skip ( long len ) : long
len long
Résultat long