Searched defs:byteReadBufferSize (Results 1 – 2 of 2) sorted by relevance
63 public BrotliInputStream(System.IO.Stream source, int byteReadBufferSize) in BrotliInputStream()89 public BrotliInputStream(System.IO.Stream source, int byteReadBufferSize, byte[] customDictionary) in BrotliInputStream()
71 public BrotliInputStream(InputStream source, int byteReadBufferSize) throws IOException { in BrotliInputStream()