See: Description
| Class | Description |
|---|---|
| Bytes |
Bytes is a specialized MemorySize whose default constructor
assumes that the specified units (when a magnitude is not specified) are always bytes. |
| Megabytes |
Megabytes is a specialized MemorySize whose default constructor
assumes that the specified units (when a they are not specified) are
measured in megabytes. |
| Millis |
Millis is a specialized Duration whose default constructor
assumes that the specified units of time (when the unit magnitude is not
specified) are milliseconds. |
| Seconds |
Seconds is a specialized Duration whose default constructor
assumes that the specified units of time (when the unit magnitude is not
specified) are seconds. |
| Units |
Units is a union of MemorySize and unit count. |