org.apache.pdfbox.filter
Class Predictor

java.lang.Object
  extended by org.apache.pdfbox.filter.Predictor

public class Predictor
extends Object

Helper class to contain predictor decoding used by Flate and LZW filter. To see the history, look at the FlateFilter class.


Constructor Summary
Predictor()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Predictor

public Predictor()


Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.