Click or drag to resize

FileIOExtensions Class

[Missing <summary> documentation for "T:Altaxo.Serialization.FileIOExtensions"]

Inheritance Hierarchy
SystemObject
  Altaxo.SerializationFileIOExtensions

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

The FileIOExtensions type exposes the following members.

Methods
 NameDescription
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