public class FileArchiveReader extends ArchiveReader
archive, shareArchive| 构造器和说明 |
|---|
FileArchiveReader(java.lang.String fileName) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
expandFileArchive(java.lang.String folderArchiveName)
Explode the existing compound file archive to a folder that contains
corresponding files in it.
|
close, exists, getArchive, getInputStream, getName, getStream, listAllStreams, listStreams, lock, open, unlockpublic FileArchiveReader(java.lang.String fileName)
throws java.io.IOException
fileName - -
the absolute name of the file archivejava.io.IOExceptionpublic void expandFileArchive(java.lang.String folderArchiveName)
throws java.io.IOException
folderArchiveName - -
the name of the folder archive.java.io.IOExceptionCopyright © 2008 Actuate Corp. All rights reserved.