org.eclipse.birt.core.archive
Class RAStreamBufferMgr
java.lang.Object
org.eclipse.birt.core.archive.RAStreamBufferMgr
public class RAStreamBufferMgr
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RAStreamBufferMgr
public RAStreamBufferMgr(java.io.RandomAccessFile randomFile)
throws java.io.IOException
- Throws:
java.io.IOException
getFilePointer
public long getFilePointer()
write
public void write(byte[] b,
int off,
int len)
throws java.io.IOException
- Throws:
java.io.IOException
seek
public void seek(long localPos)
throws java.io.IOException
- Throws:
java.io.IOException
length
public long length()
flushBuffer
public void flushBuffer()
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2008 Actuate Corp. All rights reserved.