C# Class Tamir.Streams.JStream

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

Méthodes publiques

Méthode Description
Close ( ) : void
Flush ( ) : void
JStream ( System.IO s ) : System
Read ( byte buffer, int offset, int count ) : int
ReadByte ( ) : int
Seek ( long offset, System.IO origin ) : long
SetLength ( long value ) : void
Write ( byte buffer, int offset, int count ) : void
WriteByte ( byte value ) : void
available ( ) : int
close ( ) : void
flush ( ) : void
read ( ) : int
read ( byte buffer ) : int
read ( byte buffer, int offset, int count ) : int
skip ( long len ) : long
write ( String String ) : void
write ( byte buffer ) : void
write ( byte buffer, int offset, int count ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

JStream() public méthode

public JStream ( System.IO s ) : System
s System.IO
Résultat System

Read() public méthode

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

ReadByte() public méthode

public ReadByte ( ) : int
Résultat int

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

available() public méthode

public available ( ) : int
Résultat int

close() public méthode

public close ( ) : void
Résultat void

flush() public méthode

public flush ( ) : 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

write() public méthode

public write ( String String ) : void
String String
Résultat void

write() public méthode

public write ( byte buffer ) : void
buffer byte
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