Searched refs:FNode (Results 1 - 2 of 2) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DEftarFileReader.java47 public class FNode { class in class:EftarFileReader
55 public FNode() throws IOException { method in class:EftarFileReader.FNode
70 public FNode(long hash, long offset, int childOffset, int num, int tagOffset) { method in class:EftarFileReader.FNode
78 public FNode get(long hash) throws IOException {
85 private FNode binarySearch(long start, int len, long hash) throws IOException {
98 return new FNode(mhash, f.getFilePointer() - 8l, f.readUnsignedShort(), f.readUnsignedShort(), f.readUnsignedShort());
146 public FNode getNode(String path) throws IOException {
149 FNode n = new FNode();
153 FNode nex
[all...]
H A DEftarFile.java89 class FNode { class in class:EftarFile
97 public FNode(RandomAccessFile f) throws Throwable { method in class:EftarFile.FNode
105 public FNode(long hash, long offset, int childOffset, int num, int tagOffset) { method in class:EftarFile.FNode
113 public FNode get(long hash, RandomAccessFile f) throws Throwable {
120 private FNode sbinSearch(long start, int len, long hash, RandomAccessFile f) throws Throwable {
132 return new FNode(mhash, f.getFilePointer() - 8l, f.readUnsignedShort(), f.readUnsignedShort(), f.readUnsignedShort());

Completed in 9 milliseconds