public Buffer(Buffer other, int offsetInFloats, int sizeOfBufferInFloats) : this(CrankcaseAudioPINVOKE.new_Buffer__SWIG_1(Buffer.getCPtr(other), offsetInFloats, sizeOfBufferInFloats), true)
 {
     if (CrankcaseAudioPINVOKE.SWIGPendingException.Pending)
     {
         throw CrankcaseAudioPINVOKE.SWIGPendingException.Retrieve();
     }
 }