Package com.itextpdf.io.image
Class Jbig2ImageHelper
- java.lang.Object
-
- com.itextpdf.io.image.Jbig2ImageHelper
-
class Jbig2ImageHelper extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]
globals
-
Constructor Summary
Constructors Constructor Description Jbig2ImageHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]
getGlobalSegment(RandomAccessFileOrArray ra)
Gets a byte array that can be used as a /JBIG2Globals, or null if not applicable to the given jbig2.static void
processImage(ImageData jbig2)
-
-
-
Method Detail
-
getGlobalSegment
public static byte[] getGlobalSegment(RandomAccessFileOrArray ra)
Gets a byte array that can be used as a /JBIG2Globals, or null if not applicable to the given jbig2.- Parameters:
ra
- an random access file or array- Returns:
- a byte array
-
processImage
public static void processImage(ImageData jbig2)
-
-