53545556575859
super(DocumentImplUtils.toName(file)); this.file = file; } public IDocumentCollection readArchive() throws IOException { throw new UnreadableArchiveException("This file is not an archive"); }
34353637383940
public AbstractMonolithicDocument(String pName) { name = pName; } public IDocumentCollection readArchive() throws IOException { throw new UnreadableArchiveException("This file is not an archive"); }
60616263646566
buffer.append("']"); return buffer.toString(); } public IDocumentCollection readArchive() throws IOException { throw new UnreadableArchiveException(); }
808182838485868788
final File file = fileResource.getFile(); results = ZipDocumentFactory.load(file); } else { throw new UnreadableArchiveException(); } return results; }