edu.ucdavis.rj.VM
Class RemoteInputStream.readResult

java.lang.Object
  extended by edu.ucdavis.rj.VM.RemoteInputStream.readResult
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
RemoteInputStream

public static class RemoteInputStream.readResult
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 byte[] buf
           
 int ret
           
(package private) static long serialVersionUID
           
 
Constructor Summary
RemoteInputStream.readResult(int len)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

buf

public byte[] buf

ret

public int ret
Constructor Detail

RemoteInputStream.readResult

public RemoteInputStream.readResult(int len)