|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.core.archive.compound.ArchiveReader
org.eclipse.birt.core.archive.FileArchiveReader
public class FileArchiveReader
file based archive reader. It reads multiple streams from a single physical file. the file is created by FileArchiveWriter.
Field Summary |
---|
Fields inherited from class org.eclipse.birt.core.archive.compound.ArchiveReader |
---|
archive, shareArchive |
Constructor Summary | |
---|---|
FileArchiveReader(java.lang.String fileName)
|
Method Summary | |
---|---|
void |
expandFileArchive(java.lang.String folderArchiveName)
Explode the existing compound file archive to a folder that contains corresponding files in it. |
Methods inherited from class org.eclipse.birt.core.archive.compound.ArchiveReader |
---|
close, exists, getArchive, getInputStream, getName, getStream, listAllStreams, listStreams, lock, open, unlock |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileArchiveReader(java.lang.String fileName) throws java.io.IOException
fileName
- -
the absolute name of the file archive
java.io.IOException
Method Detail |
---|
public void expandFileArchive(java.lang.String folderArchiveName) throws java.io.IOException
folderArchiveName
- -
the name of the folder archive.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |