C# Class Fan.Sys.OutStream

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

Méthodes publiques

Свойство Type Description
m_xmlEscNewlines long
m_xmlEscQuotes long
m_xmlEscUnicode long

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
OutStream ( ) : Fanx.Serial

Private Methods

Méthode Description
writePropStr ( string s ) : void
writeUtfString ( string s ) : OutStream
writeXmlEsc ( int ch ) : void

Method Details

@typeof() public méthode

public @typeof ( ) : Type
Résultat Type

OutStream() protected méthode

protected OutStream ( ) : Fanx.Serial
Résultat Fanx.Serial

charset() public méthode

public charset ( ) : Charset
Résultat Charset

charset() public méthode

public charset ( Charset charset ) : void
charset Charset
Résultat void

close() public méthode

public close ( ) : bool
Résultat bool

endian() public méthode

public endian ( ) : Endian
Résultat Endian

endian() public méthode

public endian ( Endian endian ) : void
endian Endian
Résultat void

flush() public méthode

public flush ( ) : OutStream
Résultat OutStream

make() public static méthode

public static make ( OutStream output ) : OutStream
output OutStream
Résultat OutStream

make_() public static méthode

public static make_ ( OutStream self, OutStream output ) : void
self OutStream
output OutStream
Résultat void

print() public méthode

public print ( object obj ) : OutStream
obj object
Résultat OutStream

printLine() public méthode

public printLine ( ) : OutStream
Résultat OutStream

printLine() public méthode

public printLine ( object obj ) : OutStream
obj object
Résultat OutStream

sync() public méthode

public sync ( ) : OutStream
Résultat OutStream

w() public méthode

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

write() public méthode

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

writeBool() public méthode

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

writeChar() public méthode

public writeChar ( char c ) : OutStream
c char
Résultat OutStream

writeChar() public méthode

public writeChar ( long c ) : OutStream
c long
Résultat OutStream

writeChars() public méthode

public writeChars ( string s ) : OutStream
s string
Résultat OutStream

writeChars() public méthode

public writeChars ( string s, int off, int len ) : OutStream
s string
off int
len int
Résultat OutStream

writeChars() public méthode

public writeChars ( string s, long off ) : OutStream
s string
off long
Résultat OutStream

writeChars() public méthode

public writeChars ( string s, long off, long len ) : OutStream
s string
off long
len long
Résultat OutStream

writeDecimal() public méthode

public writeDecimal ( BigDecimal x ) : OutStream
x BigDecimal
Résultat OutStream

writeF4() public méthode

public writeF4 ( double x ) : OutStream
x double
Résultat OutStream

writeF8() public méthode

public writeF8 ( double x ) : OutStream
x double
Résultat OutStream

writeI2() public méthode

public writeI2 ( long x ) : OutStream
x long
Résultat OutStream

writeI4() public méthode

public writeI4 ( long x ) : OutStream
x long
Résultat OutStream

writeI8() public méthode

public writeI8 ( long v ) : OutStream
v long
Résultat OutStream

writeObj() public méthode

public writeObj ( object obj ) : OutStream
obj object
Résultat OutStream

writeObj() public méthode

public writeObj ( object obj, Map options ) : OutStream
obj object
options Map
Résultat OutStream

writeProps() public méthode

public writeProps ( Map props ) : OutStream
props Map
Résultat OutStream

writeProps() public méthode

public writeProps ( Map props, bool cls ) : OutStream
props Map
cls bool
Résultat OutStream

writeUtf() public méthode

public writeUtf ( string x ) : OutStream
x string
Résultat OutStream

writeXml() public méthode

public writeXml ( string s ) : OutStream
s string
Résultat OutStream

writeXml() public méthode

public writeXml ( string s, long mask ) : OutStream
s string
mask long
Résultat OutStream

Property Details

m_xmlEscNewlines public_oe static_oe property

public static long m_xmlEscNewlines
Résultat long

m_xmlEscQuotes public_oe static_oe property

public static long m_xmlEscQuotes
Résultat long

m_xmlEscUnicode public_oe static_oe property

public static long m_xmlEscUnicode
Résultat long