ISupportBinaryImageExtensions Class

Defines extension functions related to ISupportBinaryImage implementations.

Definition

Namespace: Gemstone.IO.Parsing
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.137 -- Release Build+84492f84208b356bfb930d6c506a4bce06d2449a
public static class ISupportBinaryImageExtensions
Inheritance
Object    ISupportBinaryImageExtensions

Methods

BinaryImage Returns a binary image of an object that implements ISupportBinaryImage.
CopyBinaryImageToStream Copies binary image of object that implements ISupportBinaryImage to a Stream.
ParseBinaryImageFromStream Parses binary image of object that implements ISupportBinaryImage from a Stream.

See Also