File size.
#include <srl_cd.hpp>
Public Member Functions | |
| FileSize () | |
| Construct a new File Size object. | |
| FileSize (GfsHn handle) | |
| Construct a new File Size object. | |
Public Attributes | |
| int32_t | Bytes |
| Number of bytes this file takes. | |
| int32_t | LastSectorSize |
| Size of the last sector. | |
| int32_t | Sectors |
| Number of sectors on disk the file takes. | |
| int32_t | SectorSize |
| Size of the sector. | |