C# 클래스 Sharpen.RandomAccessFile

파일 보기 프로젝트 열기: oganix/NBoilerpipe 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
GetChannel ( ) : FileChannel
GetFilePointer ( ) : long
Length ( ) : long
RandomAccessFile ( FilePath file, string mode ) : System
RandomAccessFile ( string file, string mode ) : System
Read ( byte buffer ) : int
Read ( byte buffer, int start, int size ) : int
ReadFully ( byte buffer, int start, int size ) : void
Seek ( long pos ) : void
SetLength ( long len ) : void
Write ( byte buffer ) : void
Write ( byte buffer, int start, int size ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

GetChannel() 공개 메소드

public GetChannel ( ) : FileChannel
리턴 FileChannel

GetFilePointer() 공개 메소드

public GetFilePointer ( ) : long
리턴 long

Length() 공개 메소드

public Length ( ) : long
리턴 long

RandomAccessFile() 공개 메소드

public RandomAccessFile ( FilePath file, string mode ) : System
file FilePath
mode string
리턴 System

RandomAccessFile() 공개 메소드

public RandomAccessFile ( string file, string mode ) : System
file string
mode string
리턴 System

Read() 공개 메소드

public Read ( byte buffer ) : int
buffer byte
리턴 int

Read() 공개 메소드

public Read ( byte buffer, int start, int size ) : int
buffer byte
start int
size int
리턴 int

ReadFully() 공개 메소드

public ReadFully ( byte buffer, int start, int size ) : void
buffer byte
start int
size int
리턴 void

Seek() 공개 메소드

public Seek ( long pos ) : void
pos long
리턴 void

SetLength() 공개 메소드

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

Write() 공개 메소드

public Write ( byte buffer ) : void
buffer byte
리턴 void

Write() 공개 메소드

public Write ( byte buffer, int start, int size ) : void
buffer byte
start int
size int
리턴 void