public class NuxeoArchiveReader extends AbstractDocumentReader
NuxeoArchiveWriter.| Constructor and Description |
|---|
NuxeoArchiveReader(File file) |
NuxeoArchiveReader(InputStream in) |
NuxeoArchiveReader(URL url) |
NuxeoArchiveReader(ZipInputStream in) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the reader.
|
static boolean |
isMarkerEntry(ZipEntry entry) |
ExportedDocument |
read()
Reads a single document.
|
readpublic NuxeoArchiveReader(URL url) throws IOException
IOExceptionpublic NuxeoArchiveReader(File file) throws IOException
IOExceptionpublic NuxeoArchiveReader(InputStream in) throws IOException
IOExceptionpublic NuxeoArchiveReader(ZipInputStream in) throws IOException
IOExceptionpublic ExportedDocument read() throws IOException
DocumentReaderread in interface DocumentReaderread in class AbstractDocumentReaderIOExceptionpublic void close()
DocumentReaderpublic static boolean isMarkerEntry(ZipEntry entry)
Copyright © 2011 Nuxeo SA. All Rights Reserved.