C# Class Fan.Sys.SysOutStream

SysOutStream.
Inheritance: OutStream
Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

Méthode Description
@typeof ( ) : Type
SysOutStream ( Stream output ) : System.IO
close ( ) : bool
dotnet ( OutStream outs ) : Stream

Get a System.IO.Stream for the specified output stream.

flush ( ) : OutStream
make ( Stream output, Long bufSize ) : SysOutStream
toBuffered ( Stream output, Long bufSize ) : Stream
w ( int v ) : OutStream
write ( long b ) : OutStream
writeBuf ( Buf buf ) : OutStream
writeBuf ( Buf buf, long n ) : OutStream

Method Details

@typeof() public méthode

public @typeof ( ) : Type
Résultat Type

SysOutStream() public méthode

public SysOutStream ( Stream output ) : System.IO
output System.IO.Stream
Résultat System.IO

close() public méthode

public close ( ) : bool
Résultat bool

dotnet() public static méthode

Get a System.IO.Stream for the specified output stream.
public static dotnet ( OutStream outs ) : Stream
outs OutStream
Résultat System.IO.Stream

flush() public méthode

public flush ( ) : OutStream
Résultat OutStream

make() public static méthode

public static make ( Stream output, Long bufSize ) : SysOutStream
output System.IO.Stream
bufSize Long
Résultat SysOutStream

toBuffered() public static méthode

public static toBuffered ( Stream output, Long bufSize ) : Stream
output System.IO.Stream
bufSize Long
Résultat System.IO.Stream

w() public méthode

public w ( int v ) : OutStream
v int
Résultat OutStream

write() public méthode

public write ( long b ) : OutStream
b long
Résultat OutStream

writeBuf() public méthode

public writeBuf ( Buf buf ) : OutStream
buf Buf
Résultat OutStream

writeBuf() public méthode

public writeBuf ( Buf buf, long n ) : OutStream
buf Buf
n long
Résultat OutStream