Hunny Software Library Reference

ByteBuffer.Pos Field

Offset of the beginning of the buffer.

[Visual Basic]
Public Pos As Integer
[C#]
public int Pos;

Remarks

For an input buffer, this value is the offset of the beginning of the unconsumed data in the byte array. For an output buffer, this value is the offset of the beginning of the unused space in the byte array. Offsets are zero-based.

See Also

ByteBuffer Class | Hunny.Mime Namespace