|
JML | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RandomAccessFile | |
org.multijava.util.jperf | Defines the perfect hashing function generator Package Specification JPerf is the perfect hashing function generator for the compilers in MultiJava and the Java Modeling Language. |
Uses of RandomAccessFile in org.multijava.util.jperf |
Methods in org.multijava.util.jperf with parameters of type RandomAccessFile | |
private static String[] |
Main.readHeader(RandomAccessFile input)
read and skip the declaration part Assume that file is already open and file pointer is already set correctly |
private static String[] |
Main.readKeywords(RandomAccessFile input)
Reads keyword section Assume that file is already open and file pointer is already set correctly |
private static String[] |
Main.readFooter(RandomAccessFile input)
Reads unction section Assume that file is already open and file pointer is already set correctly |
|
JML | ||||||||||
PREV NEXT | FRAMES NO FRAMES |