Hunny Software Library Reference

CharBuffer.EndPos Field

Offset of the end of the buffer.

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

Remarks

This value should be one larger than the offset of the last valid character position in buffer. For example, if buf.Chars[last] is the last valid char in the char array, then EndPos should be set to last+1. Offsets are zero-based.

See Also

CharBuffer Class | Hunny.Mime Namespace