Package | Description |
---|---|
javolution.io |
Modifier and Type | Class and Description |
---|---|
class |
Struct.Reference32<S extends Struct>
|
class |
Struct.Reference64<S extends Struct>
|
Modifier and Type | Class and Description |
---|---|
class |
Union
Equivalent to
C/C++ union ; this class 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 <S extends Struct> |
Struct.array(S[] structs)
Defines the specified array of structs as inner structs.
|
protected <S extends Struct> |
Struct.array(S[][] structs)
Defines the specified two-dimensional array of structs as inner
structs.
|
protected <S extends Struct> |
Struct.array(S[][][] structs)
Defines the specified three dimensional array of structs as inner
structs.
|
protected <S extends Struct> |
Struct.inner(S struct)
Defines the specified struct as inner of this struct.
|
Modifier and Type | Method and Description |
---|---|
protected <S extends Struct> |
Struct.array(S[] structs)
Defines the specified array of structs as inner structs.
|
protected <S extends Struct> |
Struct.array(S[][] structs)
Defines the specified two-dimensional array of structs as inner
structs.
|
protected <S extends Struct> |
Struct.array(S[][][] structs)
Defines the specified three dimensional array of structs as inner
structs.
|
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 <S extends Struct> |
Struct.array(S[] structs)
Defines the specified array of structs as inner structs.
|
protected <S extends Struct> |
Struct.array(S[][] structs)
Defines the specified two-dimensional array of structs as inner
structs.
|
protected <S extends Struct> |
Struct.array(S[][][] structs)
Defines the specified three dimensional array of structs as inner
structs.
|
Copyright © 2005-2013 Javolution. All Rights Reserved.