C# 클래스 Fan.Sys.FileBuf.FileBufOutStream

상속: OutStream
파일 보기 프로젝트 열기: xored/f4

공개 메소드들

메소드 설명
flush ( ) : OutStream
w ( int v ) : OutStream
write ( long v ) : OutStream
writeBuf ( Buf other, long n ) : OutStream

비공개 메소드들

메소드 설명
FileBufOutStream ( FileBuf parent ) : System.IO

메소드 상세

flush() 공개 메소드

public flush ( ) : OutStream
리턴 OutStream

w() 공개 최종 메소드

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

write() 공개 최종 메소드

public final write ( long v ) : OutStream
v long
리턴 OutStream

writeBuf() 공개 메소드

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