Searched defs:GetIndexByte (Results 1 – 6 of 6) sorted by relevance
12 Byte GetIndexByte(Int32 index); in GetIndexByte() method
105 public Byte GetIndexByte(Int32 index) { return _bufferBase[_bufferOffset + _pos + index]; } in GetIndexByte() method in SevenZip.Compression.LZ.InWindow
72 public new Byte GetIndexByte(Int32 index) { return base.GetIndexByte(index); } in GetIndexByte() method in SevenZip.Compression.LZ.BinTree
96 public byte GetIndexByte (int index) { in GetIndexByte() method in InWindow
105 public byte GetIndexByte(int index) { return _bufferBase[_bufferOffset + _pos + index]; } in GetIndexByte() method in InWindow
94 Mf_GetIndexByte_Func GetIndexByte; member