gate.creole.annic.apache.lucene.index
Class SegmentReader.Norm

java.lang.Object
  extended by gate.creole.annic.apache.lucene.index.SegmentReader.Norm
Enclosing class:
SegmentReader

private class SegmentReader.Norm
extends Object


Field Summary
private  byte[] bytes
           
private  boolean dirty
           
private  InputStream in
           
private  int number
           
 
Constructor Summary
SegmentReader.Norm(InputStream in, int number)
           
 
Method Summary
private  void reWrite()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

in

private InputStream in

bytes

private byte[] bytes

dirty

private boolean dirty

number

private int number
Constructor Detail

SegmentReader.Norm

public SegmentReader.Norm(InputStream in,
                          int number)
Method Detail

reWrite

private void reWrite()
              throws IOException
Throws:
IOException