Home | History | Annotate | Download | only in patches

Lines Matching full:randomaccessfile

8061 +import java.io.RandomAccessFile;
8132 + RandomAccessFile f = null;
8134 + f = new RandomAccessFile(path, "r");