ISupportBinaryImage Interface

Specifies that an object can support production or consumption of a binary image that represents the object.

Definition

Namespace: Gemstone.IO.Parsing
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.110 -- Release Build+3e0464f4461df4d3e1175b13966eb47ff832554d
public interface ISupportBinaryImage

Properties

BinaryLength Gets the length of the binary image.

Methods

GenerateBinaryImage Generates binary image of the object and copies it into the given buffer, for BinaryLength bytes.
ParseBinaryImage Initializes object by parsing the specified buffer containing a binary image.

Extension Methods

BinaryImage Returns a binary image of an object that implements ISupportBinaryImage.
(Defined by ISupportBinaryImageExtensions)
CopyBinaryImageToStream Copies binary image of object that implements ISupportBinaryImage to a Stream.
(Defined by ISupportBinaryImageExtensions)
ParseBinaryImageFromStream Parses binary image of object that implements ISupportBinaryImage from a Stream.
(Defined by ISupportBinaryImageExtensions)

See Also