Searched refs:ofBytes (Results 1 – 3 of 3) sorted by relevance
48 public static RandomAccessObject ofBytes(byte[] bytes) { in ofBytes() method in RandomAccessObject
56 return parse(RandomAccessObject.ofBytes(ruleBytes), Collections.emptyList()); in parse()
133 binaryParser.parse(RandomAccessObject.ofBytes(rule.array()), NO_INDEXING); in testBinaryStream_validCompoundFormula_noIndexing()