Class ArchiveEntry
java.lang.Object
org.eclipse.birt.core.archive.compound.ArchiveEntry
- Direct Known Subclasses:
ArchiveEntryAdapter
,ArchiveEntryV3
,FolderArchiveEntry
the user must close the archive
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
close()
void
flush()
abstract long
getName()
abstract int
read
(long pos, byte[] b, int off, int len) void
refresh()
abstract void
setLength
(long length) protected void
setOutputStream
(RAOutputStream output) abstract void
write
(long pos, byte[] b, int off, int len)
-
Field Details
-
name
-
output
-
-
Constructor Details
-
ArchiveEntry
-
-
Method Details
-
getName
-
setOutputStream
-
getLength
- Throws:
IOException
-
setLength
- Throws:
IOException
-
flush
- Throws:
IOException
-
refresh
- Throws:
IOException
-
read
- Throws:
IOException
-
write
- Throws:
IOException
-
close
- Throws:
IOException
-