DBreeze.Storage.RISR.Table_Read C# (CSharp) Method

Table_Read() public method

public Table_Read ( bool useCache, byte offset, int count ) : byte[]
useCache bool
offset byte
count int
return byte[]
        public byte[] Table_Read(bool useCache, byte[] offset, int count)
        {
            return Table_Read(useCache, (long)offset.DynamicLength_To_UInt64_BigEndian(), count);
        }

Same methods

RISR::Table_Read ( bool useCache, long offset, int count ) : byte[]