org.eclipse.birt.core.archive.compound
Class ArchiveEntryAdapter
java.lang.Object
org.eclipse.birt.core.archive.compound.ArchiveEntry
org.eclipse.birt.core.archive.compound.ArchiveEntryAdapter
public class ArchiveEntryAdapter
- extends ArchiveEntry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
entry
protected ArchiveEntry entry
ArchiveEntryAdapter
public ArchiveEntryAdapter(java.lang.String name,
ArchiveEntry entry)
getLength
public long getLength()
throws java.io.IOException
- Specified by:
getLength
in class ArchiveEntry
- Throws:
java.io.IOException
setLength
public void setLength(long length)
throws java.io.IOException
- Specified by:
setLength
in class ArchiveEntry
- Throws:
java.io.IOException
flush
public void flush()
throws java.io.IOException
- Overrides:
flush
in class ArchiveEntry
- Throws:
java.io.IOException
refresh
public void refresh()
throws java.io.IOException
- Overrides:
refresh
in class ArchiveEntry
- Throws:
java.io.IOException
read
public int read(long offset,
byte[] b,
int off,
int size)
throws java.io.IOException
- Specified by:
read
in class ArchiveEntry
- Throws:
java.io.IOException
write
public void write(long offset,
byte[] b,
int off,
int size)
throws java.io.IOException
- Specified by:
write
in class ArchiveEntry
- Throws:
java.io.IOException
close
public void close()
throws java.io.IOException
- Specified by:
close
in class ArchiveEntry
- Throws:
java.io.IOException
setOutputStream
protected void setOutputStream(RAOutputStream output)
- Overrides:
setOutputStream
in class ArchiveEntry
Copyright © 2008 Actuate Corp. All rights reserved.