Ejemplo n.º 1
0
 public int WriteString(string value, Encoding encoding) => throw ThrowHelper.GetIndexOutOfRangeException();
Ejemplo n.º 2
0
 public IByteBuffer WriteLongLE(long value) => throw ThrowHelper.GetIndexOutOfRangeException();
Ejemplo n.º 3
0
 public int WriteCharSequence(ICharSequence sequence, Encoding encoding) => throw ThrowHelper.GetIndexOutOfRangeException();
Ejemplo n.º 4
0
 public IByteBuffer SetBoolean(int index, bool value) => throw ThrowHelper.GetIndexOutOfRangeException();
Ejemplo n.º 5
0
 public int SetCharSequence(int index, ICharSequence sequence, Encoding encoding) => throw ThrowHelper.GetIndexOutOfRangeException();
Ejemplo n.º 6
0
 public short GetShort(int index) => throw ThrowHelper.GetIndexOutOfRangeException();
Ejemplo n.º 7
0
 public int GetIntLE(int index) => throw ThrowHelper.GetIndexOutOfRangeException();
Ejemplo n.º 8
0
 public int ReadUnsignedMediumLE() => throw ThrowHelper.GetIndexOutOfRangeException();
Ejemplo n.º 9
0
 public int ReadIntLE() => throw ThrowHelper.GetIndexOutOfRangeException();
Ejemplo n.º 10
0
 public short ReadShortLE() => throw ThrowHelper.GetIndexOutOfRangeException();
Ejemplo n.º 11
0
 public int ReadMedium() => throw ThrowHelper.GetIndexOutOfRangeException();
Ejemplo n.º 12
0
 public byte ReadByte() => throw ThrowHelper.GetIndexOutOfRangeException();
Ejemplo n.º 13
0
 public bool ReadBoolean() => throw ThrowHelper.GetIndexOutOfRangeException();
Ejemplo n.º 14
0
 public int SetString(int index, string value, Encoding encoding) => throw ThrowHelper.GetIndexOutOfRangeException();
Ejemplo n.º 15
0
 public bool GetBoolean(int index) => throw ThrowHelper.GetIndexOutOfRangeException();
Ejemplo n.º 16
0
 public long ReadLongLE() => throw ThrowHelper.GetIndexOutOfRangeException();
Ejemplo n.º 17
0
 public byte GetByte(int index) => throw ThrowHelper.GetIndexOutOfRangeException();
Ejemplo n.º 18
0
 public IByteBuffer WriteBoolean(bool value) => throw ThrowHelper.GetIndexOutOfRangeException();
Ejemplo n.º 19
0
 public int GetUnsignedMediumLE(int index) => throw ThrowHelper.GetIndexOutOfRangeException();
Ejemplo n.º 20
0
 public IByteBuffer WriteUnsignedMediumLE(int value) => throw ThrowHelper.GetIndexOutOfRangeException();
Ejemplo n.º 21
0
 public long GetLongLE(int index) => throw ThrowHelper.GetIndexOutOfRangeException();
Ejemplo n.º 22
0
 public IByteBuffer WriteIntLE(int value) => throw ThrowHelper.GetIndexOutOfRangeException();
Ejemplo n.º 23
0
 public IByteBuffer SetShortLE(int index, int value) => throw ThrowHelper.GetIndexOutOfRangeException();
Ejemplo n.º 24
0
 public IByteBuffer SetLongLE(int index, long value) => throw ThrowHelper.GetIndexOutOfRangeException();