C# 클래스 Tamir.Streams.FileInputStream

Summary description for FileInputStream.
상속: InputStream
파일 보기 프로젝트 열기: soywiz/csharputils 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
FileInputStream ( string file )
Read ( byte buffer, int offset, int count ) : int
Seek ( long offset, System.IO origin ) : long

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

FileInputStream() 공개 메소드

public FileInputStream ( string file )
file string

Read() 공개 메소드

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
리턴 int

Seek() 공개 메소드

public Seek ( long offset, System.IO origin ) : long
offset long
origin System.IO
리턴 long