Hunny Software Library Reference

ByteBuffer.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 byte position in Bytes. For example, if buf.Bytes[last] is the last valid byte in the byte array, then buf.EndPos should be set to last+1. Offsets are zero-based.

See Also

ByteBuffer Class | Hunny.Mime Namespace