GetBytes() public method

public GetBytes ( ulong offset, ulong length ) : byte[]
offset ulong
length ulong
return byte[]
Ejemplo n.º 1
0
 public override byte[] GetBytes(ulong offset, ulong length)
 {
     return(_indexRoot.GetBytes(offset, length));
 }
Ejemplo n.º 2
0
 public override byte[] GetBytes(ulong offset, ulong length)
 {
     return(_stream.GetBytes(offset, length));
 }