SaturnRingLibrary
0.6
SGL wrapper
Loading...
Searching...
No Matches
Public Member Functions
|
Public Attributes
|
List of all members
SRL::Cd::FileSize Struct Reference
Detailed Description
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.
Constructor & Destructor Documentation
◆
FileSize()
SRL::Cd::FileSize::FileSize
(
GfsHn
handle
)
inline
Construct a new
File
Size object.
Parameters
handle
File
handle
SRL
Cd
FileSize