File |
public static class FileIOExtensions
The FileIOExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| PositionOf | Searches a binary stream for a given byte sequence. | |
| ReadExactly | Reads the data into a buffer. Ensures that the provided number of bytes is really read. If not, a EndOfStreamException is thrown. |