Click or drag to resize

FileIOExtensions Class

Small helper extension methods for file and stream IO operations used by the serialization framework.
Inheritance Hierarchy
SystemObject
  Altaxo.SerializationFileIOExtensions

Namespace: Altaxo.Serialization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static class FileIOExtensions

The FileIOExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodPositionOf Searches a binary stream for a given byte sequence.
Public Extension MethodReadExactly Reads the data into a buffer. Ensures that the provided number of bytes is really read. If not, a EndOfStreamException is thrown.
Top
See Also