org.enhydra.snapper.parsers.fileparsers.parsers.office2007opc
Class ZipPartMarshaller
java.lang.Object
org.enhydra.snapper.parsers.fileparsers.parsers.office2007opc.ZipPartMarshaller
- All Implemented Interfaces:
- PartMarshaller
- Direct Known Subclasses:
- ZipPackageMarshaller
public class ZipPartMarshaller
- extends java.lang.Object
- implements PartMarshaller
Classe permettant d'enregistrement des parties dans un flux Zip
- Author:
- Julien Chable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZipPartMarshaller
public ZipPartMarshaller()
marshall
public void marshall(PackagePart part,
java.io.OutputStream os)
- Enregistre la partie spécifiée.
- Specified by:
marshall
in interface PartMarshaller
marshallRelationshipPart
protected void marshallRelationshipPart(PackageRelationshipCollection rels,
java.net.URI relPartURI,
java.util.zip.ZipOutputStream zos)
- Enregistrement des relations de la partie.