Class RunLengthDecodeFilter

java.lang.Object
org.apache.pdfbox.filter.Filter
org.apache.pdfbox.filter.RunLengthDecodeFilter

final class RunLengthDecodeFilter extends Filter
Decompresses data encoded using a byte-oriented run-length encoding algorithm, reproducing the original text or binary data
  • Field Details

    • LOG

      private static final org.apache.commons.logging.Log LOG
    • RUN_LENGTH_EOD

      private static final int RUN_LENGTH_EOD
      See Also:
  • Constructor Details

    • RunLengthDecodeFilter

      RunLengthDecodeFilter()
  • Method Details