public final class PackageDigitalSignature extends PackagePart
_container, _contentType, _partName
Constructor and Description |
---|
PackageDigitalSignature() |
Modifier and Type | Method and Description |
---|---|
void |
close()
Close this part : flush this part, close the input stream and output
stream.
|
void |
flush()
Flush the content of this part.
|
protected InputStream |
getInputStreamImpl()
Abtract method that get the input stream of this part.
|
protected OutputStream |
getOutputStreamImpl()
Abstract method that get the output stream of this part.
|
boolean |
load(InputStream ios)
Load the content of this part.
|
boolean |
save(OutputStream zos)
Save the content of this part and the associated relationships part (if
this part own at least one relationship) into the specified output
stream.
|
addExternalRelationship, addExternalRelationship, addRelationship, addRelationship, addRelationship, addRelationship, clearRelationships, getContentType, getInputStream, getOutputStream, getPackage, getPartName, getRelatedPart, getRelationship, getRelationships, getRelationshipsByType, hasRelationships, isDeleted, isRelationshipExists, isRelationshipPart, removeRelationship, setContentType, setDeleted, toString
public PackageDigitalSignature() throws InvalidFormatException
InvalidFormatException
public void close()
PackagePart
close
in class PackagePart
public void flush()
PackagePart
flush
in class PackagePart
protected InputStream getInputStreamImpl() throws IOException
PackagePart
getInputStreamImpl
in class PackagePart
IOException
- Throws if an IO Exception occur in the implementation
method.protected OutputStream getOutputStreamImpl()
PackagePart
getOutputStreamImpl
in class PackagePart
public boolean load(InputStream ios) throws InvalidFormatException
PackagePart
load
in class PackagePart
ios
- The input stream of the content to load.InvalidFormatException
- Throws if the content format is invalid.public boolean save(OutputStream zos) throws OpenXML4JException
PackagePart
save
in class PackagePart
zos
- Output stream to save this part.OpenXML4JException
- If any exception occur.Copyright © 2020. All rights reserved.