MultiSourceFrameImageParserBaseTSourceIdentifier, TTypeIdentifier, TOutputTypeWrite(Byte, Int32, Int32) Method

Note: This API is now obsolete.
Not implemented. Consumers should call the Parse(TSourceIdentifier, Byte, Int32, Int32) method instead to make sure data source ID gets tracked with data buffer.

Definition

Namespace: Gemstone.IO.Parsing
Assembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.110 -- Release Build+5f28d91246fb64a1bf6c938596f3050396eb7eba
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("MultiSourceFrameImageParserBase requires consumers call Parse overload that takes data source identifier as an argument", 
	true)]
public override void Write(
	byte[] buffer,
	int offset,
	int count
)

Parameters

buffer  Byte
A Byte array.
offset  Int32
An Int32 for the count.
count  Int32
An Int32 for the offset.

Implements

Write(Byte[], Int32, Int32)

Exceptions

NotImplementedExceptionThis method should not be called directly.

See Also