Data Size In Bytes
interface DataSizeInBytes
Defines standard data size units in bytes, providing constants for common storage measurements. Implementations of this interface specify whether the units follow binary (base-1024) or decimal (base-1000) conventions. These constants are useful for calculations involving file sizes, memory, or network data.