public class FileSearch extends Object
| Constructor and Description |
|---|
FileSearch(File file) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getFreq(String aSymbol) |
int |
getWindowSize() |
String[] |
read(long pos) |
void |
setWindowSize(int aWindowSize) |
public FileSearch(File file) throws IOException
IOExceptionpublic void setWindowSize(int aWindowSize)
public int getWindowSize()
public void close()
throws IOException
IOExceptionpublic long getFreq(String aSymbol) throws IOException
IOExceptionpublic String[] read(long pos) throws IOException
IOExceptionCopyright © 2013. All Rights Reserved.