C# Class Sharpen.RandomAccessFile

Afficher le fichier Open project: oganix/NBoilerpipe Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

GetChannel() public méthode

public GetChannel ( ) : FileChannel
Résultat FileChannel

GetFilePointer() public méthode

public GetFilePointer ( ) : long
Résultat long

Length() public méthode

public Length ( ) : long
Résultat long

RandomAccessFile() public méthode

public RandomAccessFile ( FilePath file, string mode ) : System
file FilePath
mode string
Résultat System

RandomAccessFile() public méthode

public RandomAccessFile ( string file, string mode ) : System
file string
mode string
Résultat System

Read() public méthode

public Read ( byte buffer ) : int
buffer byte
Résultat int

Read() public méthode

public Read ( byte buffer, int start, int size ) : int
buffer byte
start int
size int
Résultat int

ReadFully() public méthode

public ReadFully ( byte buffer, int start, int size ) : void
buffer byte
start int
size int
Résultat void

Seek() public méthode

public Seek ( long pos ) : void
pos long
Résultat void

SetLength() public méthode

public SetLength ( long len ) : void
len long
Résultat void

Write() public méthode

public Write ( byte buffer ) : void
buffer byte
Résultat void

Write() public méthode

public Write ( byte buffer, int start, int size ) : void
buffer byte
start int
size int
Résultat void