All Packages

Package com.ms.wfc.io

Provides classes for working with data streams.

Classes

BufferedStream

Implements a buffered data stream.

CodePage

Defines constants that specify the identifier of a code page that is supported by the system.

DataStream

Provides a base implementation of the IDataStream interface.

EOFException

Represents an end-of-file (EOF) exception.

File

Implements access to files.

FileAccess

Defines constants that specify file access.

FileAttribute

Defines constants that specify file attributes.

FileEnumerator

Searches the file system for files that match a specified pattern.

FileMode

Defines constants that specify file modes.

FileShare

Defines constants that specify file sharing.

IOException

Represents an input/output (I/O) exception.

MemoryStream

Implements an in-memory data stream.

Reader

Represents a reader that can read a sequential stream of characters.

StringReader

Implements a reader that reads from a string.

StringWriter

Implements a writer that writes to a string buffer and allows the resulting sequence of characters to be presented as a string.

Text

Provides fields that represent the standard input, output, and error files of a process.

TextReader

Implements a reader that can read a sequential stream of characters from an IByteStream object or from a named file.

TextWriter

Implements a writer that can write a sequential stream of characters to an IByteStream object or to a named file.

WinIOException

Creates a Windows input/output (I/O) error exception class.

Writer

Represents a writer that can write a sequential stream of characters.

Interfaces

IByteStream

Represents a stream for reading and writing of data in the form of bytes.

IDataStream

Represents a stream that allows the reading and writing of data in a variety of formats.

IReader

Defines an interface that can read a sequential stream of characters.

IWriter

Represents a writer that can write a sequential stream of characters.