Searched defs:inflate (Results 1 – 5 of 5) sorted by relevance
52 Inflater inflate = new Inflater(); in test_end() local74 Inflater inflate = new Inflater(false); in test_finished() local127 Inflater inflate = new Inflater(); in test_getRemaining() local157 Inflater inflate = new Inflater(); in test_getTotalIn() local217 Inflater inflate = new Inflater(); in test_getTotalOut() local275 Inflater inflate = new Inflater(); in test_inflate$B() local380 Inflater inflate = new Inflater(); in test_inflate$BII() local496 Inflater inflate = new Inflater(); in test_Constructor() local509 Inflater inflate = new Inflater(true); in test_ConstructorZ() local559 Inflater inflate = new Inflater(); in test_needsDictionary() local[all …]
57 public byte[] inflate(byte[] bytes) throws IOException { in inflate() method in DeflaterInputStreamTest
46 bool inflate) { in setDictionary()
74 public int inflate(byte[] b, int off, int len) throws java.util.zip.DataFormatException { in inflate() method in Inflater78 public int inflate(byte[] b) throws java.util.zip.DataFormatException { in inflate() method in Inflater
266 public int inflate(byte[] b, int off, int len) in inflate() method in Inflater298 public int inflate(byte[] b) throws DataFormatException { in inflate() method in Inflater