C# Class Fan.Sys.SysOutStream

SysOutStream.
Inheritance: OutStream
Show file Open project: xored/f4 Class Usage Examples

Public Methods

Method 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 method

public @typeof ( ) : Type
return Type

SysOutStream() public method

public SysOutStream ( Stream output ) : System.IO
output System.IO.Stream
return System.IO

close() public method

public close ( ) : bool
return bool

dotnet() public static method

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

flush() public method

public flush ( ) : OutStream
return OutStream

make() public static method

public static make ( Stream output, Long bufSize ) : SysOutStream
output System.IO.Stream
bufSize Long
return SysOutStream

toBuffered() public static method

public static toBuffered ( Stream output, Long bufSize ) : Stream
output System.IO.Stream
bufSize Long
return System.IO.Stream

w() public method

public w ( int v ) : OutStream
v int
return OutStream

write() public method

public write ( long b ) : OutStream
b long
return OutStream

writeBuf() public method

public writeBuf ( Buf buf ) : OutStream
buf Buf
return OutStream

writeBuf() public method

public writeBuf ( Buf buf, long n ) : OutStream
buf Buf
n long
return OutStream