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
IOException
protected static byte[] decode(PDFObject dict, byte[] source) throws IOException
IOException
public static int getOptionFieldInt(PDFObject dict, String name, int defaultValue) throws IOException
IOException
public static boolean getOptionFieldBoolean(PDFObject dict, String name, boolean defaultValue) throws IOException
IOException
Copyright © 2024. All rights reserved.