Package com.caucho.hessian.io
Class ByteHandle
- java.lang.Object
-
- com.caucho.hessian.io.ByteHandle
-
- All Implemented Interfaces:
java.io.Serializable
public class ByteHandle extends java.lang.Object implements java.io.Serializable
Handle for Java Byte objects.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ByteHandle(byte value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte
getValue()
java.lang.Object
readResolve()
java.lang.String
toString()
-