예제 #1
0
 private void setitem(int index, byte val)
 {
     CommonPINVOKE.ByteBuffer_setitem(swigCPtr, index, val);
     if (CommonPINVOKE.SWIGPendingException.Pending)
     {
         throw CommonPINVOKE.SWIGPendingException.Retrieve();
     }
 }