Fan.Sys.MmapBuf.getBytes C# (CSharp) Method

getBytes() final private method

final private getBytes ( long pos, byte dst, int off, int len ) : void
pos long
dst byte
off int
len int
return void
        internal override sealed void getBytes(long pos, byte[] dst, int off, int len)
        {
            //int oldPos = mmap.position();
              //mmap.position((int)pos);
              //mmap.get(dst, off, len);
              //mmap.position(oldPos);
        }