Changeset 249
- Timestamp:
- Mar 28, 2007, 6:31:56 PM (16 years ago)
- Location:
- trunk/se/lu/onk/BaseFile/src/basefile
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/se/lu/onk/BaseFile/src/basefile/BASEFileAssaySection.java
r248 r249 78 78 } 79 79 80 @Override 80 81 public final int getCount() 81 82 { -
trunk/se/lu/onk/BaseFile/src/basefile/BASEFileReader.java
r248 r249 47 47 private boolean dataEnd; 48 48 49 private boolean eof = false;50 51 49 private String buf; 52 50 … … 100 98 * If an I/O error occurs. 101 99 */ 100 @Deprecated 102 101 public BASEFileSection readSection(boolean beginFile) 103 102 throws BadFormatException, IOException … … 291 290 { 292 291 dataEnd = true; 293 eof = true;294 292 return false; 295 293 }
Note: See TracChangeset
for help on using the changeset viewer.