Class PackBits
java.lang.Object
org.apache.commons.imaging.common.PackBits
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]compress(byte[] bytes) static byte[]decompress(byte[] bytes, int expected) private static intfindNextDuplicate(byte[] bytes, int start) private static intfindRunLength(byte[] bytes, int start)
-
Constructor Details
-
PackBits
private PackBits()
-
-
Method Details
-
compress
- Throws:
IOException
-
decompress
- Throws:
ImagingException
-
findNextDuplicate
private static int findNextDuplicate(byte[] bytes, int start) -
findRunLength
private static int findRunLength(byte[] bytes, int start)
-