com.caucho.hessian.io
Class ByteHandle

java.lang.Object
  extended by 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

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

_value

private byte _value
Constructor Detail

ByteHandle

private ByteHandle()

ByteHandle

public ByteHandle(byte value)
Method Detail

getValue

public byte getValue()

readResolve

public java.lang.Object readResolve()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright 2003-2011. All Rights Reserved.