C# 클래스 Fan.Sys.SysOutStream

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

공개 메소드들

메소드 설명
@typeof ( ) : Type
SysOutStream ( Stream output ) : System.IO
close ( ) : bool
dotnet ( OutStream outs ) : Stream

Get a System.IO.Stream for the specified output stream.

flush ( ) : OutStream
make ( Stream output, Long bufSize ) : SysOutStream
toBuffered ( Stream output, Long bufSize ) : Stream
w ( int v ) : OutStream
write ( long b ) : OutStream
writeBuf ( Buf buf ) : OutStream
writeBuf ( Buf buf, long n ) : OutStream

메소드 상세

@typeof() 공개 메소드

public @typeof ( ) : Type
리턴 Type

SysOutStream() 공개 메소드

public SysOutStream ( Stream output ) : System.IO
output System.IO.Stream
리턴 System.IO

close() 공개 메소드

public close ( ) : bool
리턴 bool

dotnet() 공개 정적인 메소드

Get a System.IO.Stream for the specified output stream.
public static dotnet ( OutStream outs ) : Stream
outs OutStream
리턴 System.IO.Stream

flush() 공개 메소드

public flush ( ) : OutStream
리턴 OutStream

make() 공개 정적인 메소드

public static make ( Stream output, Long bufSize ) : SysOutStream
output System.IO.Stream
bufSize Long
리턴 SysOutStream

toBuffered() 공개 정적인 메소드

public static toBuffered ( Stream output, Long bufSize ) : Stream
output System.IO.Stream
bufSize Long
리턴 System.IO.Stream

w() 공개 메소드

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

write() 공개 메소드

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

writeBuf() 공개 메소드

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

writeBuf() 공개 메소드

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