Class FileHandleByteBufferSink

java.lang.Object
com.illumon.iris.db.util.file.FileHandleByteBufferSink
All Implemented Interfaces:
com.fishlib.io.streams.ByteBufferSink

public class FileHandleByteBufferSink
extends Object
implements com.fishlib.io.streams.ByteBufferSink
ByteBufferSink that writes to a FileHandle in lieu of a FileChannel. TODO: Figure out why I wrote this.