Class sun.tools.debug.RemoteByte
All Packages    This Package    Previous    Next

Class sun.tools.debug.RemoteByte

java.lang.Object
   |
   +----sun.tools.debug.RemoteValue
           |
           +----sun.tools.debug.RemoteByte

public class RemoteByte
extends RemoteValue
The RemoteByte class extends RemoteValue for bytes.
See Also:
RemoteValue, RemoteDebugger
Author:
Thomas Ball

Method Index

 o get()
Return the byte's value.
 o toString()
Return the byte's value as a string.
 o typeName()
Print this RemoteValue's type ("byte").

Methods

 o get
  public byte get()
Return the byte's value.

 o typeName

  public String typeName()
Print this RemoteValue's type ("byte").
Overrides:
typeName in class RemoteValue

 o toString

  public String toString()
Return the byte's value as a string.
Overrides:
toString in class Object


All Packages    This Package    Previous    Next