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, Style style = 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, Style style = 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