14using System.Runtime.InteropServices;
17 private Object locker =
new Object();
18 private HandleRef swigCPtr;
19 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
21 swigCPtr =
new HandleRef(
this, cPtr);
24 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
26 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
29 protected override void Dispose(
bool disposing) {
31 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
36 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
38 base.Dispose(disposing);
56 public virtual UInt32
readAt(UInt32 start,
byte[] buffer, UInt32 bufferSize) {
64 public virtual UInt32
writeAt(UInt32 start,
byte[] buffer, UInt32 bufferSize) {
72 public virtual UInt32
size() {
80 public virtual void resize(UInt32 bufferSize) {
static global::System.Exception Retrieve()
static void delete_OdByteData(HandleRef jarg1)
static UInt32 OdByteData_size(HandleRef jarg1)
static IntPtr OdByteData_queryX(HandleRef jarg1, HandleRef jarg2)
static void OdByteData_flush(HandleRef jarg1)
static IntPtr OdByteData_isA(HandleRef jarg1)
static string OdByteData_getRealClassName(IntPtr jarg1)
static UInt32 OdByteData_readAt(HandleRef jarg1, UInt32 jarg2, IntPtr jarg3, UInt32 jarg4)
static UInt32 OdByteData_writeAt(HandleRef jarg1, UInt32 jarg2, IntPtr jarg3, UInt32 jarg4)
static void OdByteData_resize(HandleRef jarg1, UInt32 jarg2)
static string getRealClassName(IntPtr ptr)
override void Dispose(bool disposing)
static HandleRef getCPtr(OdByteData obj)
virtual UInt32 writeAt(UInt32 start, byte[] buffer, UInt32 bufferSize)
override OdRxObject queryX(OdRxClass protocolClass)
virtual UInt32 readAt(UInt32 start, byte[] buffer, UInt32 bufferSize)
OdByteData(IntPtr cPtr, bool cMemoryOwn)
virtual void resize(UInt32 bufferSize)
static HandleRef getCPtr(OdRxClass obj)
OdRxObject(IntPtr cPtr, bool cMemoryOwn)