C# Class FAT32.FL_FILE

Inheritance: fatlib
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Свойство Type Description
bytenum ulong
file_data sector_buffer
filelength ulong
filelength_changed int
filename byte[]
flags byte
next FL_FILE
parentcluster ulong
path byte[]
shortfilename byte[]
startcluster ulong

Méthodes publiques

Méthode Description
fl_fclose ( ) : void
fl_feof ( ) : int
fl_fflush ( ) : int
fl_fgetpos ( ulong &position ) : int
fl_fread ( byte buffer, int size, int length ) : int
fl_ftell ( ) : long

Private Methods

Méthode Description
CHECK_FL_INIT ( )
fl_fgetc ( ) : int
fl_fputc ( int c, void f ) : int
fl_fseek ( long offset, int origin ) : int
fl_fwrite ( ) : int

Method Details

fl_fclose() public méthode

public fl_fclose ( ) : void
Résultat void

fl_feof() public méthode

public fl_feof ( ) : int
Résultat int

fl_fflush() public méthode

public fl_fflush ( ) : int
Résultat int

fl_fgetpos() public méthode

public fl_fgetpos ( ulong &position ) : int
position ulong
Résultat int

fl_fread() public méthode

public fl_fread ( byte buffer, int size, int length ) : int
buffer byte
size int
length int
Résultat int

fl_ftell() public méthode

public fl_ftell ( ) : long
Résultat long

Property Details

bytenum public_oe property

public ulong bytenum
Résultat ulong

file_data public_oe property

public sector_buffer,FAT32 file_data
Résultat sector_buffer

filelength public_oe property

public ulong filelength
Résultat ulong

filelength_changed public_oe property

public int filelength_changed
Résultat int

filename public_oe property

public byte[] filename
Résultat byte[]

flags public_oe property

public byte flags
Résultat byte

next public_oe property

public FL_FILE,FAT32 next
Résultat FL_FILE

parentcluster public_oe property

public ulong parentcluster
Résultat ulong

path public_oe property

public byte[] path
Résultat byte[]

shortfilename public_oe property

public byte[] shortfilename
Résultat byte[]

startcluster public_oe property

public ulong startcluster
Résultat ulong