Name | Description |
---|---|
ArrayBackedStream | A data stream wrapper for an array of bytes. |
FileDataStream | A data stream wrapper for a file on the host system, such as a disk image. |
ForensicsAppStream | An adapter that allows an IDataStream to be treated as a System.IO.Stream. |
SectorStream | A data stream representing a single disk sector. |
SubStream | A data stream that allows access to a subset of another stream. |
Util | Utility functions for reading data streams. |