ISupportBinaryImageExtensions Class

Defines extension functions related to ISupportBinaryImage implementations.

Definition

Namespace: Gemstone.IO.Parsing
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.147 -- Release Build+759c9d29b79c81f10905de8f58b653be932045f0
public static class ISupportBinaryImageExtensions
Inheritance
Object    ISupportBinaryImageExtensions

Methods

BinaryImage Returns a binary image of an object that implements ISupportBinaryImage.
BinaryImageAsync Asynchronously returns a binary image of an object that implements ISupportBinaryImage.
CopyBinaryImageToStream Copies the binary image of the specified ISupportBinaryImage to the provided Stream.
CopyBinaryImageToStreamAsync Asynchronously copies the binary image of an object that implements ISupportBinaryImage to the specified Stream.
ParseBinaryImageFromStream Parses a binary image from the specified Stream into an object that implements ISupportBinaryImage.
ParseBinaryImageFromStreamAsync Asynchronously parses a binary image from the specified Stream into an object that implements ISupportBinaryImage.

See Also