public class CCITTFaxDecode extends Object
| Constructor and Description |
|---|
CCITTFaxDecode() |
| Modifier and Type | Method and Description |
|---|---|
protected static byte[] |
decode(PDFObject dict,
byte[] source) |
protected static ByteBuffer |
decode(PDFObject dict,
ByteBuffer buf,
PDFObject params) |
static boolean |
getOptionFieldBoolean(PDFObject dict,
String name,
boolean defaultValue) |
static int |
getOptionFieldInt(PDFObject dict,
String name,
int defaultValue) |
protected static ByteBuffer decode(PDFObject dict, ByteBuffer buf, PDFObject params) throws IOException
IOExceptionprotected static byte[] decode(PDFObject dict, byte[] source) throws IOException
IOExceptionpublic static int getOptionFieldInt(PDFObject dict, String name, int defaultValue) throws IOException
IOExceptionpublic static boolean getOptionFieldBoolean(PDFObject dict, String name, boolean defaultValue) throws IOException
IOExceptionCopyright © 2024. All rights reserved.