public class ObjectSpaceObjectPropSet extends Object
Modifier and Type | Field and Description |
---|---|
PropertySet |
body |
ObjectSpaceObjectStreamOfContextIDs |
contextIDs |
ObjectSpaceObjectStreamOfOIDs |
oids |
ObjectSpaceObjectStreamOfOSIDs |
osids |
byte[] |
padding |
Constructor and Description |
---|
ObjectSpaceObjectPropSet() |
Modifier and Type | Method and Description |
---|---|
int |
doDeserializeFromByteArray(byte[] byteArray,
int startIndex)
This method is used to deserialize the ObjectSpaceObjectPropSet from the specified byte array and start index.
|
List<Byte> |
serializeToByteList()
This method is used to convert the element of the ObjectSpaceObjectPropSet into a byte List.
|
public ObjectSpaceObjectStreamOfOIDs oids
public ObjectSpaceObjectStreamOfOSIDs osids
public ObjectSpaceObjectStreamOfContextIDs contextIDs
public PropertySet body
public byte[] padding
public int doDeserializeFromByteArray(byte[] byteArray, int startIndex) throws IOException
byteArray
- Specify the byte array.startIndex
- Specify the start index from the byte array.IOException
public List<Byte> serializeToByteList() throws IOException
IOException
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.