コード例 #1
0
ファイル: SizeUnit.java プロジェクト: NZKoz/dropwizard
 public long toBytes(long l) {
   return BYTES.convert(l, this);
 }