Class ArchiveEntryAdapter
java.lang.Object
org.eclipse.birt.core.archive.compound.ArchiveEntry
org.eclipse.birt.core.archive.compound.ArchiveEntryAdapter
-
Field Summary
FieldsFields inherited from class org.eclipse.birt.core.archive.compound.ArchiveEntry
name, output
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
flush()
long
int
read
(long offset, byte[] b, int off, int size) void
refresh()
void
setLength
(long length) protected void
setOutputStream
(RAOutputStream output) void
write
(long offset, byte[] b, int off, int size) Methods inherited from class org.eclipse.birt.core.archive.compound.ArchiveEntry
getName
-
Field Details
-
entry
-
-
Constructor Details
-
ArchiveEntryAdapter
-
-
Method Details
-
getLength
- Specified by:
getLength
in classArchiveEntry
- Throws:
IOException
-
setLength
- Specified by:
setLength
in classArchiveEntry
- Throws:
IOException
-
flush
- Overrides:
flush
in classArchiveEntry
- Throws:
IOException
-
refresh
- Overrides:
refresh
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
-
setOutputStream
- Overrides:
setOutputStream
in classArchiveEntry
-