public class FastBinaryWriter extends DataOutputStream
Fast binary data writer
Copyright: Copyright (c) 2005
Company: IST, Drexel University
writtenout| Constructor and Description |
|---|
FastBinaryWriter(String outputFile) |
FastBinaryWriter(String outputFile,
boolean append) |
| Modifier and Type | Method and Description |
|---|---|
int |
bytesInBuffer() |
void |
close() |
void |
flush() |
long |
getFilePointer() |
void |
write(byte[] buf,
int off,
int len) |
void |
write(InputStream src,
long length) |
void |
write(RandomAccessFile src,
long length) |
size, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFwriteclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwritepublic FastBinaryWriter(String outputFile)
public FastBinaryWriter(String outputFile, boolean append)
public long getFilePointer()
public int bytesInBuffer()
public void flush()
flush in interface Flushableflush in class DataOutputStreampublic void close()
close in interface Closeableclose in interface AutoCloseableclose in class FilterOutputStreampublic void write(byte[] buf,
int off,
int len)
write in interface DataOutputwrite in class DataOutputStreampublic void write(InputStream src, long length)
public void write(RandomAccessFile src, long length)
Copyright © 2018 JULIE Lab, Germany. All rights reserved.