Home » pdfbox-1.1.0-src » org.apache.pdfbox.cos » [javadoc | source]
org.apache.pdfbox.cos
abstract public class: COSBase [javadoc | source]
java.lang.Object
   org.apache.pdfbox.cos.COSBase

All Implemented Interfaces:
    COSObjectable

Direct Known Subclasses:
    COSNull, COSFloat, COSObject, COSInteger, COSNumber, COSName, COSDocument, COSStream, COSBoolean, COSStreamArray, COSDictionary, COSArray, COSString

The base object that all objects in the PDF document will extend.
Constructor:
 public COSBase() 
Method from org.apache.pdfbox.cos.COSBase Summary:
accept,   getCOSObject,   getFilterManager
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.pdfbox.cos.COSBase Detail:
 abstract public Object accept(ICOSVisitor visitor) throws COSVisitorException
    visitor pattern double dispatch method.
 public COSBase getCOSObject() 
    Convert this standard java object to a COS object.
 public FilterManager getFilterManager() 
    This will get the filter manager to use to filter streams.