Class ByteHandle

java.lang.Object
com.caucho.hessian.io.ByteHandle
All Implemented Interfaces:
Serializable

public class ByteHandle extends Object implements Serializable
Handle for Java Byte objects.
See Also:
  • Constructor Details

    • ByteHandle

      public ByteHandle(byte value)
  • Method Details

    • getValue

      public byte getValue()
    • readResolve

      public Object readResolve()
    • toString

      public String toString()
      Overrides:
      toString in class Object