Method | Description | |
---|---|---|
GetNextSector ( uint sector ) : uint |
Returns next data sector using FAT
|
|
XlsFat ( |
Constructs FAT table from list of sectors
|
public GetNextSector ( uint sector ) : uint | ||
sector | uint | Current data sector |
return | uint |
public XlsFat ( |
||
hdr | XlsHeader | |
sectors | List |
Sectors list |
sizeOfSector | int | |
isMini | bool | |
rootDir | ||
return | System |