C# 클래스 Fanx.Fcode.FStore.Input

FStore.Input is used to read from a FStore file.
상속: Stream
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
fpod FPod

공개 메소드들

메소드 설명
Flush ( ) : void
Input ( FPod fpod, Stream baseStream ) : System
Read ( byte buf, int off, int count ) : int
Seek ( long off, SeekOrigin loc ) : long
SetLength ( long val ) : void
Write ( byte buf, int off, int count ) : void
f8 ( ) : double
name ( ) : string
skip ( int n ) : int
u1 ( ) : int
u2 ( ) : int
u4 ( ) : int
u8 ( ) : long
utf ( ) : string

비공개 메소드들

메소드 설명
utfErr ( ) : Exception

메소드 상세

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

Input() 공개 메소드

public Input ( FPod fpod, Stream baseStream ) : System
fpod FPod
baseStream Stream
리턴 System

Read() 공개 메소드

public Read ( byte buf, int off, int count ) : int
buf byte
off int
count int
리턴 int

Seek() 공개 메소드

public Seek ( long off, SeekOrigin loc ) : long
off long
loc SeekOrigin
리턴 long

SetLength() 공개 메소드

public SetLength ( long val ) : void
val long
리턴 void

Write() 공개 메소드

public Write ( byte buf, int off, int count ) : void
buf byte
off int
count int
리턴 void

f8() 공개 메소드

public f8 ( ) : double
리턴 double

name() 공개 메소드

public name ( ) : string
리턴 string

skip() 공개 메소드

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

u1() 공개 메소드

public u1 ( ) : int
리턴 int

u2() 공개 메소드

public u2 ( ) : int
리턴 int

u4() 공개 메소드

public u4 ( ) : int
리턴 int

u8() 공개 메소드

public u8 ( ) : long
리턴 long

utf() 공개 메소드

public utf ( ) : string
리턴 string

프로퍼티 상세

fpod 공개적으로 프로퍼티

public FPod,Fanx.Fcode fpod
리턴 FPod