com.googlecode.jweb1t
Class FileMap

java.lang.Object
  extended by com.googlecode.jweb1t.FileMap

public class FileMap
extends Object

Represents an index showing which ngrams (indexed by the first two characters) are to be found in which files on the disk.

Author:
Claudio Giuliano

Constructor Summary
FileMap(File aIndexFile)
           
 
Method Summary
 String[] get(String ch)
           
static int main(String[] args)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileMap

public FileMap(File aIndexFile)
        throws IOException
Throws:
IOException
Method Detail

get

public String[] get(String ch)

main

public static int main(String[] args)
                throws IOException
Throws:
IOException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.