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);
55 MemoryManager mMan = MemoryManager.GetMemoryManager();
56 MemoryTransaction mTrans = mMan.GetCurrentTransaction();
82 public virtual void getBytes(IntPtr buffer, UInt32 nLen) {
181 public virtual void putBytes(IntPtr buffer, UInt32 nLen) {
static global::System.Exception Retrieve()
static void PDFIStream_putString(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)
static void PDFIStream_getBytes(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2, UInt32 jarg3)
static bool PDFIStream_Export(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static UInt32 PDFIStream_tell(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt32 PDFIStream_getShareMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool PDFIStream_isEof(global::System.Runtime.InteropServices.HandleRef jarg1)
static IntPtr PDFIStream_createObject()
static void PDFIStream_putByte(global::System.Runtime.InteropServices.HandleRef jarg1, byte jarg2)
static void PDFIStream_putBool(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool PDFIStream_isKindOf(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static void PDFIStream_putEOL(global::System.Runtime.InteropServices.HandleRef jarg1)
static byte PDFIStream_getByte(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt32 PDFIStream_seek(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2, int jarg3)
static void PDFIStream_rewind(global::System.Runtime.InteropServices.HandleRef jarg1)
static void PDFIStream_putInt32(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static void PDFIStream_putDouble(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static int PDFIStream_type(global::System.Runtime.InteropServices.HandleRef jarg1)
static void PDFIStream_setStreamBuf(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static void PDFIStream_copyDataTo(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, UInt32 jarg3, UInt32 jarg4)
static void delete_PDFIStream(global::System.Runtime.InteropServices.HandleRef jarg1)
static String PDFIStream_fileName(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt32 PDFIStream_length(global::System.Runtime.InteropServices.HandleRef jarg1)
static void PDFIStream_putBytes(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2, UInt32 jarg3)
static void PDFIStream_truncate(global::System.Runtime.InteropServices.HandleRef jarg1)
static HandleRef getCPtr(OdStreamBuf obj)
virtual void setStreamBuf(OdStreamBuf pBuf)
virtual void putInt32(Int32 val)
virtual void putDouble(double val)
virtual void putBytes(IntPtr buffer, UInt32 nLen)
virtual void putByte(byte val)
PDFIStream(IntPtr cPtr, bool cMemoryOwn)
virtual UInt32 seek(Int32 offset, FilerSeekType whence)
virtual void copyDataTo(PDFIStream pDest, UInt32 nSrcStart, UInt32 nSrcEnd)
virtual bool Export(PDFIStream pStream, PDFVersion ver)
override void Dispose(bool disposing)
override PDFTypeId type()
virtual void getBytes(IntPtr buffer, UInt32 nLen)
virtual void putBool(bool val)
virtual UInt32 getShareMode()
virtual String fileName()
virtual void putString(string val)
static HandleRef getCPtr(PDFIStream obj)
static PDFIStream createObject()
override bool isKindOf(PDFTypeId objType)
static HandleRef getCPtr(PDFVersion obj)