Home
last modified time | relevance | path

Searched defs:byteReadBufferSize (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
DBrotliInputStream.cs63 public BrotliInputStream(System.IO.Stream source, int byteReadBufferSize) in BrotliInputStream()
89 public BrotliInputStream(System.IO.Stream source, int byteReadBufferSize, byte[] customDictionary) in BrotliInputStream()
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
DBrotliInputStream.java71 public BrotliInputStream(InputStream source, int byteReadBufferSize) throws IOException { in BrotliInputStream()