StreamExtensions Class

Definition

Helpers for working with the Stream type.

public static class StreamExtensions
type StreamExtensions = class
Public Module StreamExtensions
Inheritance
StreamExtensions

Methods

Read<T>(Stream)

Reads a value of a specified type from a source Stream instance.

Write<T>(Stream, T)

Writes a value of a specified type into a target Stream instance.

Applies to