Encode raw bytes

Namespace: Com.Tibco.As.Space.Impl.Serializer
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

Syntax

C#
public static void encodeRawBytes(
	ASBlob value,
	MemoryStream stream
)
Visual Basic
Public Shared Sub encodeRawBytes ( _
	value As ASBlob, _
	stream As MemoryStream _
)
Visual C++
public:
static void encodeRawBytes(
	ASBlob^ value, 
	MemoryStream^ stream
)

Parameters

value
Type: Com.Tibco.As.Space.Impl.Data..::..ASBlob
The value.
stream
Type: System.IO..::..MemoryStream
The stream.

See Also