C# Class Fan.Sys.OutStream

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

Public Properties

Property Type Description
m_xmlEscNewlines long
m_xmlEscQuotes long
m_xmlEscUnicode long

Public Methods

Method Description
@typeof ( ) : Type
charset ( ) : Charset
charset ( Charset charset ) : void
close ( ) : bool
endian ( ) : Endian
endian ( Endian endian ) : void
flush ( ) : OutStream
make ( OutStream output ) : OutStream
make_ ( OutStream self, OutStream output ) : void
print ( object obj ) : OutStream
printLine ( ) : OutStream
printLine ( object obj ) : OutStream
sync ( ) : OutStream
w ( int b ) : OutStream
write ( long x ) : OutStream
writeBool ( bool x ) : OutStream
writeBuf ( Buf buf ) : OutStream
writeBuf ( Buf buf, long n ) : OutStream
writeChar ( char c ) : OutStream
writeChar ( long c ) : OutStream
writeChars ( string s ) : OutStream
writeChars ( string s, int off, int len ) : OutStream
writeChars ( string s, long off ) : OutStream
writeChars ( string s, long off, long len ) : OutStream
writeDecimal ( BigDecimal x ) : OutStream
writeF4 ( double x ) : OutStream
writeF8 ( double x ) : OutStream
writeI2 ( long x ) : OutStream
writeI4 ( long x ) : OutStream
writeI8 ( long v ) : OutStream
writeObj ( object obj ) : OutStream
writeObj ( object obj, Map options ) : OutStream
writeProps ( Map props ) : OutStream
writeProps ( Map props, bool cls ) : OutStream
writeUtf ( string x ) : OutStream
writeXml ( string s ) : OutStream
writeXml ( string s, long mask ) : OutStream

Protected Methods

Method Description
OutStream ( ) : Fanx.Serial

Private Methods

Method Description
writePropStr ( string s ) : void
writeUtfString ( string s ) : OutStream
writeXmlEsc ( int ch ) : void

Method Details

@typeof() public method

public @typeof ( ) : Type
return Type

OutStream() protected method

protected OutStream ( ) : Fanx.Serial
return Fanx.Serial

charset() public method

public charset ( ) : Charset
return Charset

charset() public method

public charset ( Charset charset ) : void
charset Charset
return void

close() public method

public close ( ) : bool
return bool

endian() public method

public endian ( ) : Endian
return Endian

endian() public method

public endian ( Endian endian ) : void
endian Endian
return void

flush() public method

public flush ( ) : OutStream
return OutStream

make() public static method

public static make ( OutStream output ) : OutStream
output OutStream
return OutStream

make_() public static method

public static make_ ( OutStream self, OutStream output ) : void
self OutStream
output OutStream
return void

print() public method

public print ( object obj ) : OutStream
obj object
return OutStream

printLine() public method

public printLine ( ) : OutStream
return OutStream

printLine() public method

public printLine ( object obj ) : OutStream
obj object
return OutStream

sync() public method

public sync ( ) : OutStream
return OutStream

w() public method

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

write() public method

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

writeBool() public method

public writeBool ( bool x ) : OutStream
x bool
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

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 ) : OutStream
s string
return OutStream

writeChars() public method

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

writeChars() public method

public writeChars ( string s, long off ) : OutStream
s string
off long
return OutStream

writeChars() public method

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

writeDecimal() public method

public writeDecimal ( BigDecimal x ) : OutStream
x BigDecimal
return OutStream

writeF4() public method

public writeF4 ( double x ) : OutStream
x double
return OutStream

writeF8() public method

public writeF8 ( double x ) : OutStream
x double
return OutStream

writeI2() public method

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

writeI4() public method

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

writeI8() public method

public writeI8 ( long v ) : OutStream
v long
return OutStream

writeObj() public method

public writeObj ( object obj ) : OutStream
obj object
return OutStream

writeObj() public method

public writeObj ( object obj, Map options ) : OutStream
obj object
options Map
return OutStream

writeProps() public method

public writeProps ( Map props ) : OutStream
props Map
return OutStream

writeProps() public method

public writeProps ( Map props, bool cls ) : OutStream
props Map
cls bool
return OutStream

writeUtf() public method

public writeUtf ( string x ) : OutStream
x string
return OutStream

writeXml() public method

public writeXml ( string s ) : OutStream
s string
return OutStream

writeXml() public method

public writeXml ( string s, long mask ) : OutStream
s string
mask long
return OutStream

Property Details

m_xmlEscNewlines public static property

public static long m_xmlEscNewlines
return long

m_xmlEscQuotes public static property

public static long m_xmlEscQuotes
return long

m_xmlEscUnicode public static property

public static long m_xmlEscUnicode
return long