Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.io.impl.plugins
Class NuxeoArchiveReader

java.lang.Object
  extended by org.nuxeo.ecm.core.io.impl.AbstractDocumentReader
      extended by org.nuxeo.ecm.core.io.impl.plugins.NuxeoArchiveReader
All Implemented Interfaces:
DocumentReader

public class NuxeoArchiveReader
extends AbstractDocumentReader

Reads nuxeo archives generated using NuxeoArchiveWriter.

Author:
Bogdan Stefanescu

Constructor Summary
NuxeoArchiveReader(java.io.File file)
           
NuxeoArchiveReader(java.io.InputStream in)
           
NuxeoArchiveReader(java.net.URL url)
           
NuxeoArchiveReader(java.util.zip.ZipInputStream in)
           
 
Method Summary
 void close()
          Closes the reader.
static boolean isMarkerEntry(java.util.zip.ZipEntry entry)
           
 ExportedDocument read()
          Reads a single document.
 
Methods inherited from class org.nuxeo.ecm.core.io.impl.AbstractDocumentReader
read
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NuxeoArchiveReader

public NuxeoArchiveReader(java.net.URL url)
                   throws java.io.IOException
Throws:
java.io.IOException

NuxeoArchiveReader

public NuxeoArchiveReader(java.io.File file)
                   throws java.io.IOException
Throws:
java.io.IOException

NuxeoArchiveReader

public NuxeoArchiveReader(java.io.InputStream in)
                   throws java.io.IOException
Throws:
java.io.IOException

NuxeoArchiveReader

public NuxeoArchiveReader(java.util.zip.ZipInputStream in)
                   throws java.io.IOException
Throws:
java.io.IOException
Method Detail

read

public ExportedDocument read()
                      throws java.io.IOException
Description copied from interface: DocumentReader
Reads a single document.

Specified by:
read in interface DocumentReader
Specified by:
read in class AbstractDocumentReader
Returns:
the document read or null if there are no more documents to read
Throws:
java.io.IOException

close

public void close()
Description copied from interface: DocumentReader
Closes the reader.


isMarkerEntry

public static boolean isMarkerEntry(java.util.zip.ZipEntry entry)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.