public interface ISupportBinaryImagePublic Interface ISupportBinaryImagepublic interface class ISupportBinaryImageGemstone.IO.Parsing.ISupportBinaryImage = function();
Gemstone.IO.Parsing.ISupportBinaryImage.createInterface('Gemstone.IO.Parsing.ISupportBinaryImage');| BinaryLength | Gets the length of the binary image. |
| 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. |
| BinaryImage |
Returns a binary image of an object that implements ISupportBinaryImage.
(Defined by ISupportBinaryImageExtensions) |
| BinaryImageAsync |
Asynchronously returns a binary image of an object that implements ISupportBinaryImage.
(Defined by ISupportBinaryImageExtensions) |
| CopyBinaryImageToStream |
Copies the binary image of the specified ISupportBinaryImage to the provided Stream.
(Defined by ISupportBinaryImageExtensions) |
| CopyBinaryImageToStreamAsync |
Asynchronously copies the binary image of an object that implements ISupportBinaryImage to the specified Stream.
(Defined by ISupportBinaryImageExtensions) |
| ParseBinaryImageFromStream |
Parses a binary image from the specified Stream into an object that implements ISupportBinaryImage.
(Defined by ISupportBinaryImageExtensions) |
| ParseBinaryImageFromStreamAsync |
Asynchronously parses a binary image from the specified Stream into an object that implements ISupportBinaryImage.
(Defined by ISupportBinaryImageExtensions) |