C# 클래스 Fan.Sys.SysInStream

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

공개 메소드들

메소드 설명
@typeof ( ) : Type
SysInStream ( Stream input ) : System
close ( ) : bool
dotnet ( InStream ins ) : Stream

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

make ( Stream input, Long bufSize ) : SysInStream
r ( ) : int
read ( ) : Long
readBuf ( Buf buf, long n ) : Long
skip ( long n ) : long
unread ( int n ) : InStream
unread ( long n ) : InStream

메소드 상세

@typeof() 공개 메소드

public @typeof ( ) : Type
리턴 Type

SysInStream() 공개 메소드

public SysInStream ( Stream input ) : System
input Stream
리턴 System

close() 공개 메소드

public close ( ) : bool
리턴 bool

dotnet() 공개 정적인 메소드

Get a System.IO.Stream for the specified input stream.
public static dotnet ( InStream ins ) : Stream
ins InStream
리턴 Stream

make() 공개 정적인 메소드

public static make ( Stream input, Long bufSize ) : SysInStream
input Stream
bufSize Long
리턴 SysInStream

r() 공개 메소드

public r ( ) : int
리턴 int

read() 공개 메소드

public read ( ) : Long
리턴 Long

readBuf() 공개 메소드

public readBuf ( Buf buf, long n ) : Long
buf Buf
n long
리턴 Long

skip() 공개 메소드

public skip ( long n ) : long
n long
리턴 long

unread() 공개 메소드

public unread ( int n ) : InStream
n int
리턴 InStream

unread() 공개 메소드

public unread ( long n ) : InStream
n long
리턴 InStream