コード例 #1
0
ファイル: StructuredTextFile.java プロジェクト: htools/htools
 public boolean hasMore() {
   return datafile.hasMore();
 }