Searched refs:KILOBYTES (Results 1 – 2 of 2) sorted by relevance
26 assertEquals(12_000L, DataUnit.KILOBYTES.toBytes(12)); in testSi()
36 KILOBYTES { @Override public long toBytes(long v) { return v * 1_000; } }, in toBytes() enumConstant