Searched defs:filterID (Results 1 – 4 of 4) sorted by relevance
16 private final long filterID; field in BCJDecoder19 BCJDecoder(long filterID, byte[] props) in BCJDecoder()
14 private final long filterID; field in BCJEncoder17 BCJEncoder(BCJOptions options, long filterID) { in BCJEncoder()
20 public static boolean isBCJFilterID(long filterID) { in isBCJFilterID()
321 Byte filterID = p[0]; in IsArc_Lzma86() local