public class C extends Object
Modifier and Type | Field and Description |
---|---|
static int |
sizeOfBOOL |
static int |
sizeOfBYTE |
static int |
sizeOfChar |
static int |
sizeOfCmdArgID |
static int |
sizeOfCmdArgValueType |
static int |
sizeOfDBHANDLE |
static int |
sizeOfDHANDLE |
static int |
sizeOfDouble |
static int |
sizeOfDWORD |
static int |
sizeOfFONTID |
static int |
sizeOfHANDLE |
static int |
sizeOfHCOLLECTION |
static int |
sizeOfHTMLAPI_REF_TYPE |
static int |
sizeOfInt |
static int |
sizeOfLICENSEID |
static int |
sizeOfLong |
static int |
sizeOfLONG |
static int |
sizeOfMEMHANDLE |
static int |
sizeOfNOTEHANDLE |
static int |
sizeOfNOTEID |
static int |
sizeOfNUMBER |
static int |
sizeOfPOINTER |
static int |
sizeOfShort |
static int |
sizeOfSWORD |
static int |
sizeOfUSHORT |
static int |
sizeOfWORD |
Modifier and Type | Method and Description |
---|---|
static long |
calloc(int count,
int size) |
static void |
dump(OutputStream os,
long ptr,
int offset,
int length) |
static void |
free(long ptr) |
static boolean |
getBOOL(long ptr,
int offset) |
static byte |
getByte(long ptr,
int offset) |
static byte |
getBYTE(long ptr,
int offset) |
static int |
getCmdArgID(long ptr,
int offset) |
static int |
getCmdArgValueType(long ptr,
int offset) |
static long |
getDHandle(long ptr,
int offset) |
static double |
getDouble(long ptr,
int offset) |
static int |
getDWORD(long ptr,
int offset) |
static float |
getFloat(long ptr,
int offset) |
static int |
getFONTID(long ptr,
int offset) |
static long |
getHandle(long ptr,
int offset) |
static short |
getHCOLLECTION(long ptr,
int offset) |
static int |
getHTMLAPI_REF_TYPE(long ptr,
int offset) |
static int |
getInt(long ptr,
int offset) |
static String |
getLMBCSString(long ptr,
int offset)
Reads a null-terminated LMBCS string from the given memory location and returns it as a Unicode Java String.
|
static String |
getLMBCSString(long ptr,
int offset,
int length)
Reads am LMBCS string of the given length from the given memory location and returns it as a Unicode Java String.
|
static long |
getLong(long ptr,
int offset) |
static int |
getLONG(long ptr,
int offset) |
static long |
getNOTEHANDLE(long ptr,
int offset) |
static int |
getNOTEID(long ptr,
int offset) |
static double |
getNUMBER(long ptr,
int offset) |
static long |
getPointer(long ptr,
int offset) |
static short |
getShort(long ptr,
int offset) |
static short |
getSWORD(long ptr,
int offset) |
static short |
getUSHORT(long ptr,
int offset) |
static short |
getWORD(long ptr,
int offset) |
static long |
malloc(int size) |
static void |
memcpy(long dest,
int offdest,
long src,
int offsrc,
int size) |
static void |
memset(long buffer,
int offset,
byte value,
int size) |
static long |
ptrAdd(long ptr,
byte offset) |
static long |
ptrAdd(long ptr,
int offset) |
static long |
ptrAdd(long ptr,
short offset) |
static long |
ptrSub(long ptr,
byte offset) |
static long |
ptrSub(long ptr,
int offset) |
static long |
ptrSub(long ptr,
short offset) |
static void |
readByteArray(byte[] dest,
int offdest,
long src,
int offset,
int size) |
static void |
readDoubleArray(double[] dest,
int offdest,
long src,
int offset,
int size) |
static void |
readFloatArray(float[] dest,
int offdest,
long src,
int offset,
int size) |
static void |
readIntArray(int[] dest,
int offdest,
long src,
int offset,
int size) |
static void |
readLongArray(long[] dest,
int offdest,
long src,
int offset,
int size) |
static void |
readPtrArray(long[] dest,
int offdest,
long src,
int offset,
int size) |
static void |
readShortArray(short[] dest,
int offdest,
long src,
int offset,
int size) |
static void |
setBOOL(long ptr,
int offset,
boolean value) |
static void |
setByte(long ptr,
int offset,
byte value) |
static void |
setBYTE(long ptr,
int offset,
byte value) |
static void |
setDHandle(long ptr,
int offset,
long value) |
static void |
setDouble(long ptr,
int offset,
double value) |
static void |
setDWORD(long ptr,
int offset,
int value) |
static void |
setFloat(long ptr,
int offset,
float value) |
static void |
setFONTID(long ptr,
int offset,
int value) |
static void |
setHandle(long ptr,
int offset,
long value) |
static void |
setHCOLLECTION(long ptr,
int offset,
short value) |
static void |
setHTMLAPI_REF_TYPE(long ptr,
int offset,
int value) |
static void |
setInt(long ptr,
int offset,
int value) |
static void |
setLONG(long ptr,
int offset,
int value) |
static void |
setLong(long ptr,
int offset,
long value) |
static void |
setNOTEHANDLE(long ptr,
int offset,
long value) |
static void |
setNOTEID(long ptr,
int offset,
int value) |
static void |
setNUMBER(long ptr,
int offset,
double value) |
static void |
setPointer(long ptr,
int offset,
long value) |
static void |
setShort(long ptr,
int offset,
short value) |
static void |
setSWORD(long ptr,
int offset,
short value) |
static void |
setUSHORT(long ptr,
int offset,
short value) |
static void |
setWORD(long ptr,
int offset,
short value) |
static void |
strcpy(long ptr,
int offdest,
long src,
int offsrc) |
static int |
strlen(long ptr,
int offset) |
static long |
toLMBCSString(String value)
Converts a Java String to a null-terminated LMBCS string and returns a pointer to
its start.
|
static void |
writeByteArray(long dest,
int offset,
byte[] src,
int offsrc,
int size) |
static void |
writeDoubleArray(long dest,
int offset,
double[] src,
int offsrc,
int size) |
static void |
writeFloatArray(long dest,
int offset,
float[] src,
int offsrc,
int size) |
static void |
writeIntArray(long dest,
int offset,
int[] src,
int offsrc,
int size) |
static void |
writeLongArray(long dest,
int offset,
long[] src,
int offsrc,
int size) |
static void |
writePtrArray(long dest,
int offset,
long[] src,
int offsrc,
int size) |
static void |
writeShortArray(long dest,
int offset,
short[] src,
int offsrc,
int size) |
public static int sizeOfBYTE
public static int sizeOfWORD
public static int sizeOfSWORD
public static int sizeOfDWORD
public static int sizeOfLONG
public static int sizeOfUSHORT
public static int sizeOfDouble
public static int sizeOfBOOL
public static int sizeOfShort
public static int sizeOfInt
public static int sizeOfLong
public static int sizeOfChar
public static int sizeOfDHANDLE
public static int sizeOfPOINTER
public static int sizeOfNUMBER
public static int sizeOfNOTEID
public static int sizeOfMEMHANDLE
public static int sizeOfHCOLLECTION
public static int sizeOfNOTEHANDLE
public static int sizeOfHANDLE
public static int sizeOfDBHANDLE
public static int sizeOfFONTID
public static int sizeOfLICENSEID
public static int sizeOfHTMLAPI_REF_TYPE
public static int sizeOfCmdArgValueType
public static int sizeOfCmdArgID
public static final long malloc(int size)
public static final long calloc(int count, int size)
public static final void free(long ptr)
public static final long ptrAdd(long ptr, int offset)
public static final long ptrAdd(long ptr, short offset)
public static final long ptrAdd(long ptr, byte offset)
public static final long ptrSub(long ptr, int offset)
public static final long ptrSub(long ptr, short offset)
public static final long ptrSub(long ptr, byte offset)
public static final void memset(long buffer, int offset, byte value, int size)
public static final void memcpy(long dest, int offdest, long src, int offsrc, int size)
public static final byte getBYTE(long ptr, int offset)
public static final short getWORD(long ptr, int offset)
public static final short getSWORD(long ptr, int offset)
public static final int getDWORD(long ptr, int offset)
public static final int getLONG(long ptr, int offset)
public static final short getUSHORT(long ptr, int offset)
public static final double getNUMBER(long ptr, int offset)
public static final int getFONTID(long ptr, int offset)
public static final int getHTMLAPI_REF_TYPE(long ptr, int offset)
public static final int getCmdArgValueType(long ptr, int offset)
public static final int getCmdArgID(long ptr, int offset)
public static final boolean getBOOL(long ptr, int offset)
public static final byte getByte(long ptr, int offset)
public static final short getShort(long ptr, int offset)
public static final int getInt(long ptr, int offset)
public static final long getLong(long ptr, int offset)
public static final float getFloat(long ptr, int offset)
public static final double getDouble(long ptr, int offset)
public static final long getHandle(long ptr, int offset)
public static final long getDHandle(long ptr, int offset)
public static final long getPointer(long ptr, int offset)
public static final long getNOTEHANDLE(long ptr, int offset)
public static final short getHCOLLECTION(long ptr, int offset)
public static final int getNOTEID(long ptr, int offset)
public static final String getLMBCSString(long ptr, int offset)
public static final String getLMBCSString(long ptr, int offset, int length)
public static final long toLMBCSString(String value)
public static final void setBYTE(long ptr, int offset, byte value)
public static final void setWORD(long ptr, int offset, short value)
public static final void setSWORD(long ptr, int offset, short value)
public static final void setDWORD(long ptr, int offset, int value)
public static final void setLONG(long ptr, int offset, int value)
public static final void setUSHORT(long ptr, int offset, short value)
public static final void setBOOL(long ptr, int offset, boolean value)
public static final void setNUMBER(long ptr, int offset, double value)
public static final void setFONTID(long ptr, int offset, int value)
public static final void setHTMLAPI_REF_TYPE(long ptr, int offset, int value)
public static final void setByte(long ptr, int offset, byte value)
public static final void setShort(long ptr, int offset, short value)
public static final void setInt(long ptr, int offset, int value)
public static final void setLong(long ptr, int offset, long value)
public static final void setFloat(long ptr, int offset, float value)
public static final void setDouble(long ptr, int offset, double value)
public static final void setDHandle(long ptr, int offset, long value)
public static final void setHandle(long ptr, int offset, long value)
public static final void setPointer(long ptr, int offset, long value)
public static final void setNOTEHANDLE(long ptr, int offset, long value)
public static final void setHCOLLECTION(long ptr, int offset, short value)
public static final void setNOTEID(long ptr, int offset, int value)
public static final void writeByteArray(long dest, int offset, byte[] src, int offsrc, int size)
public static final void readByteArray(byte[] dest, int offdest, long src, int offset, int size)
public static final void writeShortArray(long dest, int offset, short[] src, int offsrc, int size)
public static final void readShortArray(short[] dest, int offdest, long src, int offset, int size)
public static final void writeIntArray(long dest, int offset, int[] src, int offsrc, int size)
public static final void readIntArray(int[] dest, int offdest, long src, int offset, int size)
public static final void writeLongArray(long dest, int offset, long[] src, int offsrc, int size)
public static final void readLongArray(long[] dest, int offdest, long src, int offset, int size)
public static final void writeFloatArray(long dest, int offset, float[] src, int offsrc, int size)
public static final void readFloatArray(float[] dest, int offdest, long src, int offset, int size)
public static final void writeDoubleArray(long dest, int offset, double[] src, int offsrc, int size)
public static final void readDoubleArray(double[] dest, int offdest, long src, int offset, int size)
public static final void writePtrArray(long dest, int offset, long[] src, int offsrc, int size)
public static final void readPtrArray(long[] dest, int offdest, long src, int offset, int size)
public static final int strlen(long ptr, int offset)
public static final void strcpy(long ptr, int offdest, long src, int offsrc)
public static final void dump(OutputStream os, long ptr, int offset, int length)
Copyright © 2014–2018. All rights reserved.