Searched defs:BrotliInputStream (Results 1 – 3 of 3) sorted by relevance
17 public class BrotliInputStream extends InputStream { class53 public BrotliInputStream(InputStream source) throws IOException { in BrotliInputStream() method in BrotliInputStream71 public BrotliInputStream(InputStream source, int byteReadBufferSize) throws IOException { in BrotliInputStream() method in BrotliInputStream
13 public class BrotliInputStream : System.IO.Stream class42 public BrotliInputStream(System.IO.Stream source) in BrotliInputStream() method in Org.Brotli.Dec.BrotliInputStream63 public BrotliInputStream(System.IO.Stream source, int byteReadBufferSize) in BrotliInputStream() method in Org.Brotli.Dec.BrotliInputStream89 public BrotliInputStream(System.IO.Stream source, int byteReadBufferSize, byte[] customDictionary) in BrotliInputStream() method in Org.Brotli.Dec.BrotliInputStream
16 public class BrotliInputStream extends InputStream { class28 public BrotliInputStream(InputStream source, int bufferSize) in BrotliInputStream() method in BrotliInputStream33 public BrotliInputStream(InputStream source) throws IOException { in BrotliInputStream() method in BrotliInputStream