Searched defs:bitInputStream (Results 1 – 3 of 3) sorted by relevance
40 public static String getStringValue(BitInputStream bitInputStream) throws IOException { in getStringValue()53 BitInputStream bitInputStream, int valueSize, boolean isHashedValue) in getStringValue()70 public static int getIntValue(BitInputStream bitInputStream) throws IOException { in getIntValue()75 public static boolean getBooleanValue(BitInputStream bitInputStream) throws IOException { in getBooleanValue()
123 private Rule parseRule(BitInputStream bitInputStream) throws IOException { in parseRule()134 private IntegrityFormula parseFormula(BitInputStream bitInputStream) throws IOException { in parseFormula()151 private CompoundFormula parseCompoundFormula(BitInputStream bitInputStream) throws IOException { in parseCompoundFormula()164 private AtomicFormula parseAtomicFormula(BitInputStream bitInputStream) throws IOException { in parseAtomicFormula()
48 BitInputStream bitInputStream = new BitInputStream(inputStream); in RuleIndexingController() local82 private LinkedHashMap<String, Integer> getNextIndexGroup(BitInputStream bitInputStream) in getNextIndexGroup()