C# 클래스 Fan.Sys.OutStream

OutStream.
상속: FanObj
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_xmlEscNewlines long
m_xmlEscQuotes long
m_xmlEscUnicode long

공개 메소드들

메소드 설명
@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

보호된 메소드들

메소드 설명
OutStream ( ) : Fanx.Serial

비공개 메소드들

메소드 설명
writePropStr ( string s ) : void
writeUtfString ( string s ) : OutStream
writeXmlEsc ( int ch ) : void

메소드 상세

@typeof() 공개 메소드

public @typeof ( ) : Type
리턴 Type

OutStream() 보호된 메소드

protected OutStream ( ) : Fanx.Serial
리턴 Fanx.Serial

charset() 공개 메소드

public charset ( ) : Charset
리턴 Charset

charset() 공개 메소드

public charset ( Charset charset ) : void
charset Charset
리턴 void

close() 공개 메소드

public close ( ) : bool
리턴 bool

endian() 공개 메소드

public endian ( ) : Endian
리턴 Endian

endian() 공개 메소드

public endian ( Endian endian ) : void
endian Endian
리턴 void

flush() 공개 메소드

public flush ( ) : OutStream
리턴 OutStream

make() 공개 정적인 메소드

public static make ( OutStream output ) : OutStream
output OutStream
리턴 OutStream

make_() 공개 정적인 메소드

public static make_ ( OutStream self, OutStream output ) : void
self OutStream
output OutStream
리턴 void

print() 공개 메소드

public print ( object obj ) : OutStream
obj object
리턴 OutStream

printLine() 공개 메소드

public printLine ( ) : OutStream
리턴 OutStream

printLine() 공개 메소드

public printLine ( object obj ) : OutStream
obj object
리턴 OutStream

sync() 공개 메소드

public sync ( ) : OutStream
리턴 OutStream

w() 공개 메소드

public w ( int b ) : OutStream
b int
리턴 OutStream

write() 공개 메소드

public write ( long x ) : OutStream
x long
리턴 OutStream

writeBool() 공개 메소드

public writeBool ( bool x ) : OutStream
x bool
리턴 OutStream

writeBuf() 공개 메소드

public writeBuf ( Buf buf ) : OutStream
buf Buf
리턴 OutStream

writeBuf() 공개 메소드

public writeBuf ( Buf buf, long n ) : OutStream
buf Buf
n long
리턴 OutStream

writeChar() 공개 메소드

public writeChar ( char c ) : OutStream
c char
리턴 OutStream

writeChar() 공개 메소드

public writeChar ( long c ) : OutStream
c long
리턴 OutStream

writeChars() 공개 메소드

public writeChars ( string s ) : OutStream
s string
리턴 OutStream

writeChars() 공개 메소드

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

writeChars() 공개 메소드

public writeChars ( string s, long off ) : OutStream
s string
off long
리턴 OutStream

writeChars() 공개 메소드

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

writeDecimal() 공개 메소드

public writeDecimal ( BigDecimal x ) : OutStream
x BigDecimal
리턴 OutStream

writeF4() 공개 메소드

public writeF4 ( double x ) : OutStream
x double
리턴 OutStream

writeF8() 공개 메소드

public writeF8 ( double x ) : OutStream
x double
리턴 OutStream

writeI2() 공개 메소드

public writeI2 ( long x ) : OutStream
x long
리턴 OutStream

writeI4() 공개 메소드

public writeI4 ( long x ) : OutStream
x long
리턴 OutStream

writeI8() 공개 메소드

public writeI8 ( long v ) : OutStream
v long
리턴 OutStream

writeObj() 공개 메소드

public writeObj ( object obj ) : OutStream
obj object
리턴 OutStream

writeObj() 공개 메소드

public writeObj ( object obj, Map options ) : OutStream
obj object
options Map
리턴 OutStream

writeProps() 공개 메소드

public writeProps ( Map props ) : OutStream
props Map
리턴 OutStream

writeProps() 공개 메소드

public writeProps ( Map props, bool cls ) : OutStream
props Map
cls bool
리턴 OutStream

writeUtf() 공개 메소드

public writeUtf ( string x ) : OutStream
x string
리턴 OutStream

writeXml() 공개 메소드

public writeXml ( string s ) : OutStream
s string
리턴 OutStream

writeXml() 공개 메소드

public writeXml ( string s, long mask ) : OutStream
s string
mask long
리턴 OutStream

프로퍼티 상세

m_xmlEscNewlines 공개적으로 정적으로 프로퍼티

public static long m_xmlEscNewlines
리턴 long

m_xmlEscQuotes 공개적으로 정적으로 프로퍼티

public static long m_xmlEscQuotes
리턴 long

m_xmlEscUnicode 공개적으로 정적으로 프로퍼티

public static long m_xmlEscUnicode
리턴 long