Module org.sejda.sambox
Class FileSpecifications
java.lang.Object
org.sejda.sambox.pdmodel.common.filespecification.FileSpecifications
Factory methods for
PDFileSpecification- Author:
- Andrea Vacondio
-
Method Summary
Modifier and TypeMethodDescriptionstatic PDFileSpecificationfileSpecificationFor(COSBase base) Factory method for a a file specification that can be either a COSString or a COSDictionary.
-
Method Details
-
fileSpecificationFor
Factory method for a a file specification that can be either a COSString or a COSDictionary.- Parameters:
base- The cos object that describes the fs.- Returns:
- The file specification for the COSBase object or null in case of invalid input.
-