Class PDSimpleFileSpecification

java.lang.Object
org.sejda.sambox.pdmodel.common.filespecification.PDSimpleFileSpecification
All Implemented Interfaces:
COSObjectable, PDFileSpecification

public class PDSimpleFileSpecification extends Object implements PDFileSpecification
A file specification that is just a string.
Author:
Ben Litchfield
  • Constructor Details

    • PDSimpleFileSpecification

      public PDSimpleFileSpecification()
    • PDSimpleFileSpecification

      public PDSimpleFileSpecification(COSString fileName)
      Constructor.
      Parameters:
      fileName - The file that this spec represents.
  • Method Details