|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jouvieje.bass.misc.Pointer
org.jouvieje.bass.structures.HCHANNEL
Constructor Summary | |
HCHANNEL()
Create an object that holds a null HCHANNEL . |
Method Summary | |
static HCHANNEL[] |
create(int length)
Create and initialize a new HCHANNEL[] . |
static HCHANNEL |
createView(Pointer pointer)
Create a view of the Pointer object as a HCHANNEL object. |
void |
release()
|
Methods inherited from class org.jouvieje.bass.misc.Pointer |
asDouble, asFloat, asInt, asLong, asString, equals, isNull, shareMemory |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HCHANNEL()
HCHANNEL
.isNull()
on the object created will returns true. HCHANNEL obj = new HCHANNEL();
(obj == null) <=> false
obj.isNull() <=> true
To creates a new HCHANNEL
, use the static "constructor" :
HCHANNEL obj = HCHANNEL.create();
Method Detail |
public static HCHANNEL createView(Pointer pointer)
Pointer
object as a HCHANNEL
object.Pointer
holds a HCHANNEL object.
public static HCHANNEL[] create(int length)
HCHANNEL[]
.
length
- length of the array returned.public void release()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |