Package org.brotli.dec
Class DecodeTest
java.lang.Object
org.brotli.dec.DecodeTest
Tests for
Decode
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
checkDecodeResource
(String expected, String compressed) private byte[]
decompress
(byte[] data, boolean byByte) (package private) static byte[]
readUniBytes
(String uniBytes) void
void
testFox()
void
void
void
void
testX()
void
void
testX64()
-
Constructor Details
-
DecodeTest
public DecodeTest()
-
-
Method Details
-
readUniBytes
-
decompress
- Throws:
IOException
-
checkDecodeResource
- Throws:
IOException
-
testEmpty
- Throws:
IOException
-
testX
- Throws:
IOException
-
testX10Y10
- Throws:
IOException
-
testX64
- Throws:
IOException
-
testUkkonooa
- Throws:
IOException
-
testMonkey
- Throws:
IOException
-
testFox
- Throws:
IOException
-
testUtils
public void testUtils()
-