Searched refs:getFilterProps (Results 1 – 5 of 5) sorted by relevance
14 byte[] getFilterProps(); in getFilterProps() method
25 public byte[] getFilterProps() { in getFilterProps() method in DeltaEncoder
37 public byte[] getFilterProps() { in getFilterProps() method in BCJEncoder
39 public byte[] getFilterProps() { in getFilterProps() method in LZMA2Encoder
56 byte[] filterProps = filters[i].getFilterProps(); in BlockOutputStream()