|
|||||||||||
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.HSTREAM
Constructor Summary | |
HSTREAM()
Create an object that holds a null HSTREAM . |
Method Summary | |
static HSTREAM |
createView(Pointer pointer)
Create a view of the Pointer object as a HSTREAM 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 HSTREAM()
HSTREAM
.isNull()
on the object created will returns true. HSTREAM obj = new HSTREAM();
(obj == null) <=> false
obj.isNull() <=> true
To creates a new HSTREAM
, use the static "constructor" :
HSTREAM obj = HSTREAM.create();
Method Detail |
public static HSTREAM createView(Pointer pointer)
Pointer
object as a HSTREAM
object.Pointer
holds a HSTREAM object.
public void release()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |