Return "current" byte

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 byte Read { get; }
Visual Basic
Public ReadOnly Property Read As Byte
	Get
Visual C++
public:
property unsigned char Read {
	unsigned char get ();
}

Field Value

The byte at the current index

See Also