コード例 #1
0
ファイル: FileVar.java プロジェクト: gochaorg/cofe.xyz
 public String getSizeRound() {
   return new ByteSize(file.getLength()).toStringRoundMin(2);
 }
コード例 #2
0
ファイル: FileVar.java プロジェクト: gochaorg/cofe.xyz
 public long getLength() {
   return file.getLength();
 }