Module: Rubcask::Bytes
- Defined in:
- lib/rubcask/bytes.rb
Overview
Containssize of units of data in bytes
Constant Summary collapse
- BYTE =
1
- KILOBYTE =
1 << 10
- MEGABYTE =
1 << 20
- GIGABYTE =
1 << 30
Containssize of units of data in bytes
1
1 << 10
1 << 20
1 << 30