Class TIFFFaxDecoder
java.lang.Object
com.aowagie.text.pdf.codec.TIFFFaxDecoder
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidreverseBits(byte[] b) Reverses the bits in the array
-
Method Details
-
reverseBits
public static void reverseBits(byte[] b) Reverses the bits in the array- Parameters:
b- the bits to reverse- Since:
- 2.0.7
-