C# 클래스 Fan.Sys.StrBufOutStream

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

공개 메소드들

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

비공개 메소드들

메소드 설명
strBufEncoder ( ) : Charset.Encoder

메소드 상세

@string() 공개 메소드

public @string ( ) : string
리턴 string

StrBufOutStream() 공개 메소드

public StrBufOutStream ( ) : System.Text
리턴 System.Text

StrBufOutStream() 공개 메소드

public StrBufOutStream ( StrBuf buf ) : System.Text
buf StrBuf
리턴 System.Text

close() 공개 메소드

public close ( ) : bool
리턴 bool

flush() 공개 메소드

public flush ( ) : OutStream
리턴 OutStream

w() 공개 메소드

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

write() 공개 메소드

public write ( long x ) : OutStream
x long
리턴 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, int off, int len ) : OutStream
s string
off int
len int
리턴 OutStream