Package org.brotli.dec
Class Decoder
java.lang.Object
org.brotli.dec.Decoder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static long
decodeBytes
(InputStream input, OutputStream output, byte[] buffer) static void
-
Constructor Details
-
Decoder
public Decoder()
-
-
Method Details
-
decodeBytes
private static long decodeBytes(InputStream input, OutputStream output, byte[] buffer) throws IOException - Throws:
IOException
-
main
- Throws:
IOException
-