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