public class BCLReader
extends Object 
Reader for BCL files.
- Author:
 
- Doug Gillespie
 
- 
Constructor Summary
Constructors
 
- 
Method Summary
void
 
protected void
 
Read the next line from the BCL file.
 
boolean
 
 
 
 
 
- 
Constructor Details
- 
BCLReader
public BCLReader(File bclFile) 
 
 
- 
Method Details
- 
 
- 
nextBCLLine
Read the next line from the BCL file.
- Returns:
 
- line of data or null;
 
 
- 
open
public boolean open()
 
- 
close
public void close()