private static final class DataFactory.RandomAccessFileOutputStream
extends java.io.BufferedOutputStream
| Modifier and Type | Field and Description |
|---|---|
private long |
m_count |
| Constructor and Description |
|---|
RandomAccessFileOutputStream(java.io.RandomAccessFile raf,
int bufSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
(package private) long |
getCount() |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
RandomAccessFileOutputStream(java.io.RandomAccessFile raf,
int bufSize)
throws java.io.IOException
java.io.IOExceptionpublic final void write(byte[] b,
int off,
int len)
throws java.io.IOException
write in class java.io.BufferedOutputStreamjava.io.IOExceptionpublic final void write(byte[] b)
throws java.io.IOException
write in class java.io.FilterOutputStreamjava.io.IOExceptionpublic final void write(int b)
throws java.io.IOException
write in class java.io.BufferedOutputStreamjava.io.IOExceptionpublic void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.FilterOutputStreamfinal long getCount()