
Import static de.xn_ho_hia.storage_unit.StorageUnits.* valueOf( 512)) // 512 Byte or "0.50 KB" Megabyte unit = Megabyte. valueOf( 512)) // 512 Byte or "0.50 KiB" CommonKilobyte unit = CommonKilobyte. valueOf( 500)) // 500 Byte or "0.50 kB" Kibibyte unit = Kibibyte. valueOf( 512) // 512 Byte or "0.50 kB" Megabyte unit = Megabyte.

valueOf( 512) // 512 Byte or "0.50 KiB" CommonKilobyte unit = CommonKilobyte.

valueOf( 500) // 500 Byte or "0.50 kB" Kibibyte unit = Kibibyte.


'long' based Kilobyte unit = Kilobyte.
