|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.hessian.io.ByteHandle
public class ByteHandle
Handle for Java Byte objects.
Field Summary | |
---|---|
private byte |
_value
|
Constructor Summary | |
---|---|
private |
ByteHandle()
|
|
ByteHandle(byte value)
|
Method Summary | |
---|---|
byte |
getValue()
|
java.lang.Object |
readResolve()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private byte _value
Constructor Detail |
---|
private ByteHandle()
public ByteHandle(byte value)
Method Detail |
---|
public byte getValue()
public java.lang.Object readResolve()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |