public static class ISupportBinaryImageExtensions<ExtensionAttribute>
Public NotInheritable Class ISupportBinaryImageExtensions[ExtensionAttribute]
public ref class ISupportBinaryImageExtensions abstract sealedGemstone.IO.Parsing.ISupportBinaryImageExtensions = function();
Type.createClass(
'Gemstone.IO.Parsing.ISupportBinaryImageExtensions');| 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. |