Package br.gov.lexml.pdfa
Class PDFAttachmentFile
java.lang.Object
br.gov.lexml.pdfa.PDFAttachmentFile
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionPDFAttachmentFile(byte[] fileStore, String fileName, String mimeType, String dateTime, PDFAttachmentFile.AFRelationShip afRelationship) PDFAttachmentFile(File file, byte[] fileStore, String fileName, String mimeType, String dateTime, PDFAttachmentFile.AFRelationShip afRelationship) PDFAttachmentFile(File file, String fileName, String mimeType, String dateTime, PDFAttachmentFile.AFRelationShip afRelationship) -
Method Summary
-
Constructor Details
-
PDFAttachmentFile
public PDFAttachmentFile(File file, String fileName, String mimeType, String dateTime, PDFAttachmentFile.AFRelationShip afRelationship) -
PDFAttachmentFile
public PDFAttachmentFile(byte[] fileStore, String fileName, String mimeType, String dateTime, PDFAttachmentFile.AFRelationShip afRelationship) -
PDFAttachmentFile
public PDFAttachmentFile(File file, byte[] fileStore, String fileName, String mimeType, String dateTime, PDFAttachmentFile.AFRelationShip afRelationship)
-
-
Method Details
-
getFileName
-
getDateTime
-
getFile
-
getMimeType
-
getAfRelationshipValue
-
getFileStore
public byte[] getFileStore()
-