Searched refs:filterProps (Results 1 – 5 of 5) sorted by relevance
71 byte[][] filterProps = new byte[filterCount][]; in BlockInputStream()109 filterProps[i] = new byte[(int)filterPropsSize]; in BlockInputStream()110 bufStream.read(filterProps[i]); in BlockInputStream()167 filters[i] = new LZMA2Decoder(filterProps[i]); in BlockInputStream()170 filters[i] = new DeltaDecoder(filterProps[i]); in BlockInputStream()173 filters[i] = new BCJDecoder(filterIDs[i], filterProps[i]); in BlockInputStream()
55 byte[] filterProps = filters[i].getFilterProps(); in BlockOutputStream()56 EncoderUtil.encodeVLI(bufStream, filterProps.length); in BlockOutputStream()57 bufStream.write(filterProps); in BlockOutputStream()
26 const CXzFilterProps *filterProps; member
386 p->filterProps = 0; in XzProps_Init()413 const CXzFilterProps *fp = props->filterProps; in Xz_Compress()
897 xzProps.filterProps = (_filterId != 0 ? &filter : NULL); in UpdateItems()