コード例 #1
0
ファイル: FileVar.java プロジェクト: gochaorg/cofe.xyz
 public boolean isFile() {
   return file.isFile();
 }