Пример #1
0
 public String getSizeRound() {
   return new ByteSize(file.getLength()).toStringRoundMin(2);
 }
Пример #2
0
 public long getLength() {
   return file.getLength();
 }