public void PushData(long offset, byte[] buffer, int length)
 {
     obj.Write(offset, buffer, length);
 }