org.jmol.util
Class LimitedLineReader

java.lang.Object
  extended by org.jmol.util.LimitedLineReader

 class LimitedLineReader
extends Object


Field Summary
private  char[] buf
           
private  int cchBuf
           
private  int ichCurrent
           
 
Constructor Summary
LimitedLineReader(BufferedReader bufferedReader, int readLimit)
           
 
Method Summary
protected  String info()
           
protected  String readNonCommentLine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

buf

private char[] buf

cchBuf

private int cchBuf

ichCurrent

private int ichCurrent
Constructor Detail

LimitedLineReader

LimitedLineReader(BufferedReader bufferedReader,
                  int readLimit)
Method Detail

info

protected String info()

readNonCommentLine

protected String readNonCommentLine()