Property | Type | Description | |
---|---|---|---|
m_xmlEscNewlines | long | ||
m_xmlEscQuotes | long | ||
m_xmlEscUnicode | long |
Method | Description | |
---|---|---|
@typeof ( ) : |
||
charset ( ) : |
||
charset ( |
||
close ( ) : bool | ||
endian ( ) : |
||
endian ( |
||
flush ( ) : |
||
make ( |
||
make_ ( |
||
print ( object obj ) : |
||
printLine ( ) : |
||
printLine ( object obj ) : |
||
sync ( ) : |
||
w ( int b ) : |
||
write ( long x ) : |
||
writeBool ( bool x ) : |
||
writeBuf ( |
||
writeBuf ( |
||
writeChar ( char c ) : |
||
writeChar ( long c ) : |
||
writeChars ( string s ) : |
||
writeChars ( string s, int off, int len ) : |
||
writeChars ( string s, long off ) : |
||
writeChars ( string s, long off, long len ) : |
||
writeDecimal ( |
||
writeF4 ( double x ) : |
||
writeF8 ( double x ) : |
||
writeI2 ( long x ) : |
||
writeI4 ( long x ) : |
||
writeI8 ( long v ) : |
||
writeObj ( object obj ) : |
||
writeObj ( object obj, |
||
writeProps ( |
||
writeProps ( |
||
writeUtf ( string x ) : |
||
writeXml ( string s ) : |
||
writeXml ( string s, long mask ) : |
Method | Description | |
---|---|---|
OutStream ( ) : Fanx.Serial |
Method | Description | |
---|---|---|
writePropStr ( string s ) : void | ||
writeUtfString ( string s ) : |
||
writeXmlEsc ( int ch ) : void |
public static make ( |
||
output | ||
return |
public static make_ ( |
||
self | ||
output | ||
return | void |
public writeBuf ( |
||
buf | ||
n | long | |
return |
public writeChars ( string s, int off, int len ) : |
||
s | string | |
off | int | |
len | int | |
return |
public writeChars ( string s, long off ) : |
||
s | string | |
off | long | |
return |
public writeChars ( string s, long off, long len ) : |
||
s | string | |
off | long | |
len | long | |
return |
public writeDecimal ( |
||
x | ||
return |
public writeObj ( object obj, |
||
obj | object | |
options | ||
return |
public writeProps ( |
||
props | ||
cls | bool | |
return |
public writeXml ( string s, long mask ) : |
||
s | string | |
mask | long | |
return |