intarsys nativeC library
A B C D E F G H I L M N O P R S T W

S

set(INativeInterface) - Static method in class de.intarsys.nativec.api.NativeInterface
 
setBaseType(INativeType) - Method in class de.intarsys.nativec.type.NativeArray
 
setBaseType(INativeType) - Method in class de.intarsys.nativec.type.NativeReference
 
setByte(int, byte) - Method in interface de.intarsys.nativec.api.INativeHandle
Write a byte to the memory at byte offset index from the start of the memory chunk.
setByte(int, byte) - Method in class de.intarsys.nativec.type.NativeObject
 
setByte(NativeStruct, int, byte) - Method in class de.intarsys.nativec.type.StructMember
Performance shortcut to access "byte" in the struct member.
setByteArray(int, byte[], int, int) - Method in interface de.intarsys.nativec.api.INativeHandle
Write a byte array to the memory at byte offset index from the start of the memory chunk.
setByteArray(int, byte[], int, int) - Method in class de.intarsys.nativec.type.NativeObject
 
setByteArray(NativeStruct, int, byte[], int, int) - Method in class de.intarsys.nativec.type.StructMember
Performance shortcut to access "byte[]" in the struct member.
setCLong(int, long) - Method in interface de.intarsys.nativec.api.INativeHandle
Write a long to the memory at byte offset index from the start of the memory chunk.
setCLong(int, long) - Method in class de.intarsys.nativec.type.NativeObject
 
setCLong(NativeStruct, int, long) - Method in class de.intarsys.nativec.type.StructMember
Performance shortcut to access "platform sized long" in the struct member.
setInt(int, int) - Method in interface de.intarsys.nativec.api.INativeHandle
Write an int to the memory at byte offset index from the start of the memory chunk.
setInt(int, int) - Method in class de.intarsys.nativec.type.NativeObject
 
setInt(NativeStruct, int, int) - Method in class de.intarsys.nativec.type.StructMember
Performance shortcut to access "int" in the struct member.
setLong(int, long) - Method in interface de.intarsys.nativec.api.INativeHandle
Write a long to the memory at byte offset index from the start of the memory chunk.
setLong(NativeStruct, int, long) - Method in class de.intarsys.nativec.type.StructMember
Performance shortcut to access "long" in the struct member.
setName(String) - Static method in class de.intarsys.nativec.api.NativeInterface
 
setNativeHandle(int, INativeHandle) - Method in interface de.intarsys.nativec.api.INativeHandle
Write an INativeHandle to the memory at byte offset index from the start of the memory chunk.
setNativeHandle(int, INativeHandle) - Method in class de.intarsys.nativec.type.NativeObject
 
setNativeHandle(NativeStruct, int, INativeHandle) - Method in class de.intarsys.nativec.type.StructMember
Performance shortcut to access "INativeHandle" in the struct member.
setNativeType(NativeStructType) - Method in class de.intarsys.nativec.type.NativeGenericStruct
 
setPacking(int) - Method in class de.intarsys.nativec.type.NativeStructType
 
setShort(int, short) - Method in interface de.intarsys.nativec.api.INativeHandle
Write a short to the memory at byte offset index from the start of the memory chunk.
setShort(int, short) - Method in class de.intarsys.nativec.type.NativeObject
 
setShort(NativeStruct, int, short) - Method in class de.intarsys.nativec.type.StructMember
Performance shortcut to access "short" in the struct member.
setSize(int) - Method in interface de.intarsys.nativec.api.INativeHandle
Set the valid size for the handle to count bytes.
setSize(int) - Method in class de.intarsys.nativec.type.NativeArray
 
setSize(int) - Method in class de.intarsys.nativec.type.NativeBuffer
 
setString(int, String) - Method in interface de.intarsys.nativec.api.INativeHandle
Write a String to the memory at byte offset indexfrom the start of the memory chunk.
setString(int, String) - Method in class de.intarsys.nativec.type.NativeObject
 
setString(NativeStruct, int, String) - Method in class de.intarsys.nativec.type.StructMember
Performance shortcut to access "String" in the struct member.
setValue(Object) - Method in interface de.intarsys.nativec.type.INativeObject
Assign (and marshall to memory) the Java side representation.
setValue(int, Object) - Method in class de.intarsys.nativec.type.NativeArray
 
setValue(Object) - Method in class de.intarsys.nativec.type.NativeArray
 
setValue(Object) - Method in class de.intarsys.nativec.type.NativeBuffer
 
setValue(byte) - Method in class de.intarsys.nativec.type.NativeByte
 
setValue(Object) - Method in class de.intarsys.nativec.type.NativeByte
 
setValue(int) - Method in class de.intarsys.nativec.type.NativeInt
 
setValue(Object) - Method in class de.intarsys.nativec.type.NativeInt
 
setValue(long) - Method in class de.intarsys.nativec.type.NativeLong
 
setValue(Object) - Method in class de.intarsys.nativec.type.NativeLong
 
setValue(Object) - Method in class de.intarsys.nativec.type.NativeReference
 
setValue(Object) - Method in class de.intarsys.nativec.type.NativeShort
 
setValue(short) - Method in class de.intarsys.nativec.type.NativeShort
 
setValue(Object) - Method in class de.intarsys.nativec.type.NativeString
 
setValue(String) - Method in class de.intarsys.nativec.type.NativeString
 
setValue(Object) - Method in class de.intarsys.nativec.type.NativeStruct
 
setValue(Object) - Method in class de.intarsys.nativec.type.NativeVoid
 
setValue(Object) - Method in class de.intarsys.nativec.type.NativeWideString
 
setValue(String) - Method in class de.intarsys.nativec.type.NativeWideString
 
setValue(NativeStruct, Object) - Method in class de.intarsys.nativec.type.StructMember
 
setWideString(int, String) - Method in interface de.intarsys.nativec.api.INativeHandle
Write a String to the memory at byte offset indexfrom the start of the memory chunk using the platform wide character conversion.
setWideString(int, String) - Method in class de.intarsys.nativec.type.NativeObject
 
SHIFT_INT - Static variable in class de.intarsys.nativec.type.NativeObject
 
SHIFT_LONG - Static variable in class de.intarsys.nativec.type.NativeObject
 
SHIFT_LONGLONG - Static variable in class de.intarsys.nativec.type.NativeObject
 
shortValue() - Method in class de.intarsys.nativec.type.NativeByte
 
shortValue() - Method in class de.intarsys.nativec.type.NativeInt
 
shortValue() - Method in class de.intarsys.nativec.type.NativeLong
 
shortValue() - Method in class de.intarsys.nativec.type.NativeNumber
This as a java primitive short value.
shortValue() - Method in class de.intarsys.nativec.type.NativeShort
 
SIZE_BYTE - Static variable in class de.intarsys.nativec.type.NativeObject
 
SIZE_INT - Static variable in class de.intarsys.nativec.type.NativeObject
 
SIZE_LONG - Static variable in class de.intarsys.nativec.type.NativeObject
 
SIZE_LONGLONG - Static variable in class de.intarsys.nativec.type.NativeObject
 
SIZE_SHORT - Static variable in class de.intarsys.nativec.type.NativeObject
 
stringValue() - Method in class de.intarsys.nativec.type.NativeString
The java object corresponding to this.
stringValue() - Method in class de.intarsys.nativec.type.NativeWideString
The java object corresponding to this.
StructMember - Class in de.intarsys.nativec.type
A field definition within a NativeStructType.

intarsys nativeC library
A B C D E F G H I L M N O P R S T W
Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.