Package org.eclipse.birt.core.archive
Class FolderArchiveEntry
java.lang.Object
org.eclipse.birt.core.archive.compound.ArchiveEntry
org.eclipse.birt.core.archive.FolderArchiveEntry
-
Field Summary
FieldsFields inherited from class org.eclipse.birt.core.archive.compound.ArchiveEntry
name, output
-
Constructor Summary
ConstructorsConstructorDescriptionFolderArchiveEntry
(String name, File file, HashSet<RAFolderInputStream> inputs, HashSet<RAFolderOutputStream> outputs) -
Method Summary
Methods inherited from class org.eclipse.birt.core.archive.compound.ArchiveEntry
flush, getName, refresh, setOutputStream
-
Field Details
-
file
-
-
Constructor Details
-
FolderArchiveEntry
public FolderArchiveEntry(String name, File file, HashSet<RAFolderInputStream> inputs, HashSet<RAFolderOutputStream> outputs) throws IOException - Throws:
IOException
-
-
Method Details
-
getLength
- Specified by:
getLength
in classArchiveEntry
- Throws:
IOException
-
setLength
- Specified by:
setLength
in classArchiveEntry
- Throws:
IOException
-
read
- Specified by:
read
in classArchiveEntry
- Throws:
IOException
-
write
- Specified by:
write
in classArchiveEntry
- Throws:
IOException
-
close
- Specified by:
close
in classArchiveEntry
- Throws:
IOException
-