public class PlexOfCps extends Object
| Constructor and Description |
|---|
PlexOfCps(byte[] buf,
int start,
int size,
int sizeOfStruct)
Constructor
|
PlexOfCps(int sizeOfStruct) |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(GenericPropertyNode node) |
GenericPropertyNode |
getProperty(int index) |
int |
length()
returns the number of data structures in this PlexOfCps.
|
byte[] |
toByteArray() |
public PlexOfCps(int sizeOfStruct)
public PlexOfCps(byte[] buf,
int start,
int size,
int sizeOfStruct)
size - The size in bytes of this PlexOfCpssizeOfStruct - The size of the data structure type stored in
this PlexOfCps.public GenericPropertyNode getProperty(int index)
public void addProperty(GenericPropertyNode node)
public byte[] toByteArray()
public int length()
Copyright © 2021. All rights reserved.