public final class PlexOfCps
extends java.lang.Object
Constructor | Description |
---|---|
PlexOfCps(byte[] buf,
int start,
int cb,
int cbStruct) |
Constructor
|
PlexOfCps(int sizeOfStruct) |
Modifier and Type | Method | Description |
---|---|---|
void |
addProperty(GenericPropertyNode node) |
|
GenericPropertyNode |
getProperty(int index) |
|
int |
length() |
returns the number of data structures in this PlexofCps.
|
byte[] |
toByteArray() |
|
java.lang.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()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.