C# 클래스 FAT32.FL_FILE

상속: fatlib
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
CHECK_FL_INIT ( )
fl_fgetc ( ) : int
fl_fputc ( int c, void f ) : int
fl_fseek ( long offset, int origin ) : int
fl_fwrite ( ) : int

메소드 상세

fl_fclose() 공개 메소드

public fl_fclose ( ) : void
리턴 void

fl_feof() 공개 메소드

public fl_feof ( ) : int
리턴 int

fl_fflush() 공개 메소드

public fl_fflush ( ) : int
리턴 int

fl_fgetpos() 공개 메소드

public fl_fgetpos ( ulong &position ) : int
position ulong
리턴 int

fl_fread() 공개 메소드

public fl_fread ( byte buffer, int size, int length ) : int
buffer byte
size int
length int
리턴 int

fl_ftell() 공개 메소드

public fl_ftell ( ) : long
리턴 long

프로퍼티 상세

bytenum 공개적으로 프로퍼티

public ulong bytenum
리턴 ulong

file_data 공개적으로 프로퍼티

public sector_buffer,FAT32 file_data
리턴 sector_buffer

filelength 공개적으로 프로퍼티

public ulong filelength
리턴 ulong

filelength_changed 공개적으로 프로퍼티

public int filelength_changed
리턴 int

filename 공개적으로 프로퍼티

public byte[] filename
리턴 byte[]

flags 공개적으로 프로퍼티

public byte flags
리턴 byte

next 공개적으로 프로퍼티

public FL_FILE,FAT32 next
리턴 FL_FILE

parentcluster 공개적으로 프로퍼티

public ulong parentcluster
리턴 ulong

path 공개적으로 프로퍼티

public byte[] path
리턴 byte[]

shortfilename 공개적으로 프로퍼티

public byte[] shortfilename
리턴 byte[]

startcluster 공개적으로 프로퍼티

public ulong startcluster
리턴 ulong