public final class PDFRunLengthFilter extends Object
| Modifier and Type | Method and Description |
|---|---|
static ByteBuffer |
decode(ByteBuffer bb) |
static ByteBuffer |
encode(ByteBuffer bb) |
static void |
encode(PDFStream s) |
static ByteBuffer |
encode(String s) |
public static void encode(PDFStream s) throws PDFException
PDFExceptionpublic static ByteBuffer encode(ByteBuffer bb)
public static ByteBuffer encode(String s)
public static ByteBuffer decode(ByteBuffer bb) throws PDFBadFileException
PDFBadFileException