Snapper 1.1 API

org.enhydra.snapper.parsers.fileparsers.parsers.office2007opc
Class ZipPartMarshaller

java.lang.Object
  extended by 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

Constructor Summary
ZipPartMarshaller()
           
 
Method Summary
 void marshall(PackagePart part, java.io.OutputStream os)
          Enregistre la partie spécifiée.
protected  void marshallRelationshipPart(PackageRelationshipCollection rels, java.net.URI relPartURI, java.util.zip.ZipOutputStream zos)
          Enregistrement des relations de la partie.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipPartMarshaller

public ZipPartMarshaller()
Method Detail

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.


Snapper 1.1 API