Searched refs:DeflaterInputStream (Results 1 – 5 of 5) sorted by relevance
26 import java.util.zip.DeflaterInputStream;64 DeflaterInputStream dis = new DeflaterInputStream(is); in testAvailable()86 DeflaterInputStream dis = new DeflaterInputStream(is); in testClose()110 DeflaterInputStream dis = new DeflaterInputStream(is); in testMark()122 DeflaterInputStream dis = new DeflaterInputStream(is); in testMarkSupported()132 DeflaterInputStream dis = new DeflaterInputStream(is); in testRead()150 try (DeflaterInputStream dis = new DeflaterInputStream(is)) { in testRead_golden()155 try (DeflaterInputStream dis = new DeflaterInputStream( in testRead_golden()192 try (DeflaterInputStream dis = new DeflaterInputStream(is)) { in testReadByteArrayIntInt()196 try (DeflaterInputStream dis = new DeflaterInputStream(is)) { in testReadByteArrayIntInt()[all …]
45 public class DeflaterInputStream extends FilterInputStream { class77 public DeflaterInputStream(InputStream in) { in DeflaterInputStream() method in DeflaterInputStream90 public DeflaterInputStream(InputStream in, Deflater defl) { in DeflaterInputStream() method in DeflaterInputStream104 public DeflaterInputStream(InputStream in, Deflater defl, int bufLen) { in DeflaterInputStream() method in DeflaterInputStream
24 import java.util.zip.DeflaterInputStream;37 InputStream in = new DeflaterInputStream(new ByteArrayInputStream(data)); in testReadByteByByte()72 InputStream in = new DeflaterInputStream(new ByteArrayInputStream(data)); in testReadWithBuffer()95 InputStream in = new DeflaterInputStream(new ByteArrayInputStream(data)); in testReadExceptions()
1202 "ojluni/src/main/java/java/util/zip/DeflaterInputStream.java",
16969 public class DeflaterInputStream extends java.io.FilterInputStream {16970 ctor public DeflaterInputStream(java.io.InputStream);16971 ctor public DeflaterInputStream(java.io.InputStream, java.util.zip.Deflater);16972 ctor public DeflaterInputStream(java.io.InputStream, java.util.zip.Deflater, int);