Exemplo n.º 1
0
 public String getSizeRound() {
   return new ByteSize(file.getLength()).toStringRoundMin(2);
 }
Exemplo n.º 2
0
 public long getLength() {
   return file.getLength();
 }