public int WriteString(string value, Encoding encoding) => throw ThrowHelper.GetIndexOutOfRangeException();
public IByteBuffer WriteLongLE(long value) => throw ThrowHelper.GetIndexOutOfRangeException();
public int WriteCharSequence(ICharSequence sequence, Encoding encoding) => throw ThrowHelper.GetIndexOutOfRangeException();
public IByteBuffer SetBoolean(int index, bool value) => throw ThrowHelper.GetIndexOutOfRangeException();
public int SetCharSequence(int index, ICharSequence sequence, Encoding encoding) => throw ThrowHelper.GetIndexOutOfRangeException();
public short GetShort(int index) => throw ThrowHelper.GetIndexOutOfRangeException();
public int GetIntLE(int index) => throw ThrowHelper.GetIndexOutOfRangeException();
public int ReadUnsignedMediumLE() => throw ThrowHelper.GetIndexOutOfRangeException();
public int ReadIntLE() => throw ThrowHelper.GetIndexOutOfRangeException();
public short ReadShortLE() => throw ThrowHelper.GetIndexOutOfRangeException();
public int ReadMedium() => throw ThrowHelper.GetIndexOutOfRangeException();
public byte ReadByte() => throw ThrowHelper.GetIndexOutOfRangeException();
public bool ReadBoolean() => throw ThrowHelper.GetIndexOutOfRangeException();
public int SetString(int index, string value, Encoding encoding) => throw ThrowHelper.GetIndexOutOfRangeException();
public bool GetBoolean(int index) => throw ThrowHelper.GetIndexOutOfRangeException();
public long ReadLongLE() => throw ThrowHelper.GetIndexOutOfRangeException();
public byte GetByte(int index) => throw ThrowHelper.GetIndexOutOfRangeException();
public IByteBuffer WriteBoolean(bool value) => throw ThrowHelper.GetIndexOutOfRangeException();
public int GetUnsignedMediumLE(int index) => throw ThrowHelper.GetIndexOutOfRangeException();
public IByteBuffer WriteUnsignedMediumLE(int value) => throw ThrowHelper.GetIndexOutOfRangeException();
public long GetLongLE(int index) => throw ThrowHelper.GetIndexOutOfRangeException();
public IByteBuffer WriteIntLE(int value) => throw ThrowHelper.GetIndexOutOfRangeException();
public IByteBuffer SetShortLE(int index, int value) => throw ThrowHelper.GetIndexOutOfRangeException();
public IByteBuffer SetLongLE(int index, long value) => throw ThrowHelper.GetIndexOutOfRangeException();