|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.matthias_burbach.util.Diff.FileInfo
This is the info kept per file.
Field Summary | |
(package private) java.io.BufferedReader |
file
|
int |
maxLine
|
(package private) static int |
MAXLINECOUNT
|
(package private) int[] |
other
|
(package private) Node[] |
symbol
|
Constructor Summary | |
(package private) |
Diff.FileInfo(java.lang.String filename)
Normal constructor with one filename; file is opened and saved. |
Method Summary | |
(package private) void |
alloc()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final int MAXLINECOUNT
java.io.BufferedReader file
public int maxLine
Node[] symbol
int[] other
Constructor Detail |
Diff.FileInfo(java.lang.String filename) throws java.io.IOException
Method Detail |
void alloc()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |