public class RAStreamBufferMgr
extends java.lang.Object
| 构造器和说明 |
|---|
RAStreamBufferMgr(java.io.RandomAccessFile randomFile) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
flushBuffer() |
long |
getFilePointer() |
long |
length() |
void |
seek(long localPos) |
void |
write(byte[] b,
int off,
int len) |
public RAStreamBufferMgr(java.io.RandomAccessFile randomFile)
throws java.io.IOException
java.io.IOExceptionpublic long getFilePointer()
public void write(byte[] b,
int off,
int len)
throws java.io.IOException
java.io.IOExceptionpublic void seek(long localPos)
throws java.io.IOException
java.io.IOExceptionpublic long length()
public void flushBuffer()
throws java.io.IOException
java.io.IOExceptionCopyright © 2008 Actuate Corp. All rights reserved.