public class POPMutableChar extends java.lang.Object implements IPOPBase
POPParameter direction use in
methods| Constructor and Description |
|---|
POPMutableChar()
Default constructor
|
POPMutableChar(char value)
Constructor with given value
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
deserialize(POPBuffer buffer)
Deserialize the POPChar from the buffer
|
char |
getValue()
Get the current value of this object
|
boolean |
serialize(POPBuffer buffer)
Serialize the POPChar into the buffer
|
void |
setValue(char value)
Set the char value of this object
|
java.lang.String |
toString() |
public POPMutableChar()
public POPMutableChar(char value)
value - char value to be stored in this objectpublic void setValue(char value)
value - new char valuepublic char getValue()
public boolean serialize(POPBuffer buffer)
public boolean deserialize(POPBuffer buffer)
deserialize in interface IPOPBasebuffer - The buffer to deserialize frompublic java.lang.String toString()
toString in class java.lang.Object