public final class PlexOfCps extends Object
Constructor and Description |
---|
PlexOfCps(byte[] buf,
int start,
int cb,
int cbStruct)
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() |
String |
toString() |
public PlexOfCps(int sizeOfStruct)
public PlexOfCps(byte[] buf, int start, int cb, int cbStruct)
cb
- The size of PLCF in bytescbStruct
- 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 © 2020. All rights reserved.