Hunny Software Library Reference

CharBuffer.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 char array. For an output buffer, this value is the offset of the beginning of the unused space in the char array. Offsets are zero-based.

See Also

CharBuffer Class | Hunny.Mime Namespace