Initial release: Nov 2007
Kris
- class DataFileInput : DataInput ¶
-
Composes a seekable file with buffered binary input. A seek causes
the input buffer to be cleared.
- this(char[] path, File.Style style = ReadExisting) ¶
-
- this(File file) ¶
-
- File file() [final] ¶
-
Return the underlying conduit.
- class DataFileOutput : DataOutput ¶
-
Composes a seekable file with buffered binary output. A seek causes
the output buffer to be flushed first.
- this(char[] path, File.Style style = WriteCreate) ¶
-
- this(File file) ¶
-
Wrap a FileConduit instance.
- File file() [final] ¶
-
Return the underlying conduit.