Searched defs:GetIndexByte (Results 1 – 4 of 4) 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
105 public byte GetIndexByte(int index) { return _bufferBase[_bufferOffset + _pos + index]; } in GetIndexByte() method in InWindow