C# Class Fan.Sys.StrBufOutStream

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

Public Methods

Method Description
@string ( ) : string
StrBufOutStream ( ) : System.Text
StrBufOutStream ( StrBuf buf ) : System.Text
close ( ) : bool
flush ( ) : OutStream
w ( int v ) : OutStream
write ( long x ) : OutStream
writeBuf ( Buf buf, long n ) : OutStream
writeChar ( char c ) : OutStream
writeChar ( long c ) : OutStream
writeChars ( string s, int off, int len ) : OutStream

Private Methods

Method Description
strBufEncoder ( ) : Charset.Encoder

Method Details

@string() public method

public @string ( ) : string
return string

StrBufOutStream() public method

public StrBufOutStream ( ) : System.Text
return System.Text

StrBufOutStream() public method

public StrBufOutStream ( StrBuf buf ) : System.Text
buf StrBuf
return System.Text

close() public method

public close ( ) : bool
return bool

flush() public method

public flush ( ) : OutStream
return OutStream

w() public method

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

write() public method

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

writeBuf() public method

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

writeChar() public method

public writeChar ( char c ) : OutStream
c char
return OutStream

writeChar() public method

public writeChar ( long c ) : OutStream
c long
return OutStream

writeChars() public method

public writeChars ( string s, int off, int len ) : OutStream
s string
off int
len int
return OutStream