de.matthias_burbach.util
Class Diff.FileInfo

java.lang.Object
  extended byde.matthias_burbach.util.Diff.FileInfo
Enclosing class:
Diff

class Diff.FileInfo
extends java.lang.Object

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

MAXLINECOUNT

static final int MAXLINECOUNT
See Also:
Constant Field Values

file

java.io.BufferedReader file

maxLine

public int maxLine

symbol

Node[] symbol

other

int[] other
Constructor Detail

Diff.FileInfo

Diff.FileInfo(java.lang.String filename)
        throws java.io.IOException
Normal constructor with one filename; file is opened and saved.

Method Detail

alloc

void alloc()