internal IpV6Address ReadIpV6Address(int offset, Endianity endianity) { return(ByteArrayExtensions.ReadIpV6Address(this.Buffer, this.StartOffset + offset, endianity)); }