|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectappli.diff.FileInfo
This is the info kept per-file.
Field Summary | |
protected java.lang.String |
filename
|
protected int |
maxLine
|
(package private) static int |
MAXLINECOUNT
|
protected int[] |
other
|
protected java.io.BufferedReader |
rdr
|
protected node[] |
symbol
|
Constructor Summary | |
protected |
FileInfo(java.io.File file)
Normal constructor with one File object; the file is opened and saved. |
protected |
FileInfo(java.lang.String file)
Constructor with one string already in memory. |
Method Summary | |
protected void |
alloc()
Allocate the 'other' table This is done late, to be same size as # lines in input file. |
private void |
init()
Initialize the tables |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final int MAXLINECOUNT
protected java.lang.String filename
protected java.io.BufferedReader rdr
protected int maxLine
protected node[] symbol
protected int[] other
Constructor Detail |
protected FileInfo(java.io.File file)
protected FileInfo(java.lang.String file)
Method Detail |
private void init()
protected void alloc()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |