tango.io.stream.DataFile
License:
BSD style:
Version:
Initial release: Nov 2007
author:
Kris
- class DataFileInput: tango.io.stream.Data.DataInput;
- Composes a seekable file with buffered binary input. A seek causes
the input buffer to be cleared.
- this(char[] path, File.Style style = File.ReadExisting);
- Compose a FileStream.
- this(File file);
- Wrap a File instance.
- final File file();
- Return the underlying conduit.
- class DataFileOutput: tango.io.stream.Data.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 = File.WriteCreate);
- Compose a FileStream.
- this(File file);
- Wrap a FileConduit instance.
- final File file();
- Return the underlying conduit.
Page generated by Ddoc. Copyright (c) 2007 Kris Bell. All rights reserved