Example #1
0
 private void reserve(uint n)
 {
     CommonPINVOKE.ByteBuffer_reserve(swigCPtr, n);
     if (CommonPINVOKE.SWIGPendingException.Pending)
     {
         throw CommonPINVOKE.SWIGPendingException.Retrieve();
     }
 }