Package | Description |
---|---|
_templates.javolution.io |
Modifier and Type | Class and Description |
---|---|
class |
Union
This class represents a
C/C++ union ; it works in the same
way as Struct (sub-class) except that all members are mapped
to the same location in memory. |
Modifier and Type | Method and Description |
---|---|
protected Struct[] |
Struct.array(Struct[] structs)
Defines the specified array of structs as inner structs.
|
protected Struct[][] |
Struct.array(Struct[][] structs)
Defines the specified two-dimensional array of structs as inner
structs.
|
protected Struct[][][] |
Struct.array(Struct[][][] structs)
Defines the specified three dimensional array of structs as inner
structs.
|
Struct |
Struct.Reference32.get() |
Struct |
Struct.Reference64.get() |
protected Struct |
Struct.inner(Struct struct)
Defines the specified struct as inner of this struct.
|
Struct |
Struct.outer()
Returns the outer of this struct or
null if this struct
is not an inner struct. |
Struct |
Struct.setByteBuffer(ByteBuffer byteBuffer,
int position)
Sets the current byte buffer for this struct.
|
Struct |
Struct.setByteBufferPosition(int position)
Sets the byte position of this struct within its byte buffer.
|
Struct |
Struct.Member.struct()
Returns the outer
struct container. |
Modifier and Type | Method and Description |
---|---|
protected Struct[] |
Struct.array(Struct[] structs)
Defines the specified array of structs as inner structs.
|
protected Struct[][] |
Struct.array(Struct[][] structs)
Defines the specified two-dimensional array of structs as inner
structs.
|
protected Struct[][][] |
Struct.array(Struct[][][] structs)
Defines the specified three dimensional array of structs as inner
structs.
|
protected Struct |
Struct.inner(Struct struct)
Defines the specified struct as inner of this struct.
|
void |
Struct.Reference32.set(Struct struct) |
void |
Struct.Reference64.set(Struct struct) |
void |
Struct.setOuter(Struct s) |
Copyright © 2005–2014 Javolution. All rights reserved.