Package com.swiftmq.jms.primitives
Class _Byte
java.lang.Object
com.swiftmq.jms.primitives._Byte
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte
int
Returns a unique dump id for this object.void
readContent
(DataInput in) Read the content of this object from the stream.toString()
void
writeContent
(DataOutput out) Write the content of this object to the stream.
-
Constructor Details
-
_Byte
public _Byte() -
_Byte
public _Byte(byte value) -
_Byte
-
-
Method Details
-
byteValue
public byte byteValue() -
getObject
-
getDumpId
public int getDumpId()Description copied from interface:Dumpable
Returns a unique dump id for this object. -
writeContent
Description copied from interface:Dumpable
Write the content of this object to the stream.- Specified by:
writeContent
in interfaceDumpable
- Parameters:
out
- output stream- Throws:
IOException
- if an error occurs
-
readContent
Description copied from interface:Dumpable
Read the content of this object from the stream.- Specified by:
readContent
in interfaceDumpable
- Parameters:
in
- input stream- Throws:
IOException
- if an error occurs
-
toString
-