public class GridDataType0 extends GridData implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected byte[] |
dataValues |
protected short |
numberOfBytes |
dataRepresentation, sampleType
Constructor and Description |
---|
GridDataType0()
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
boolean |
equalsImpl(java.lang.Object obj)
Compare all fields that contribute to the state, ignoring
transient and static fields, for
this and the supplied object |
byte[] |
getDataValues()
Getter for
dataValues |
int |
getMarshalledSize()
Returns the size of this serialized object in bytes
|
void |
marshal(java.nio.ByteBuffer buff)
Packs an object into the ByteBuffer.
|
void |
marshal(java.io.DataOutputStream dos)
Serializes an object to a DataOutputStream.
|
GridDataType0 |
setDataValues(byte[] pDataValues)
Setter for
dataValues |
int |
unmarshal(java.nio.ByteBuffer buff)
Unpacks a Pdu from the underlying data.
|
int |
unmarshal(java.io.DataInputStream dis)
Unserializes an object from a DataInputStream.
|
getDataRepresentation, getSampleType, setDataRepresentation, setSampleType
public int getMarshalledSize()
getMarshalledSize
in class GridData
public GridDataType0 setDataValues(byte[] pDataValues)
dataValues
public byte[] getDataValues()
dataValues
public void marshal(java.io.DataOutputStream dos)
public int unmarshal(java.io.DataInputStream dis)
public void marshal(java.nio.ByteBuffer buff) throws java.lang.Exception
public int unmarshal(java.nio.ByteBuffer buff) throws java.lang.Exception
public boolean equalsImpl(java.lang.Object obj)
GridData
this
and the supplied objectequalsImpl
in class GridData
obj
- the object to compare to