"

2013 FRC Java API

"

Uses of Class
com.sun.squawk.debugger.PacketInputStream

Packages that use PacketInputStream
com.sun.squawk.debugger   
 

Uses of PacketInputStream in com.sun.squawk.debugger
 

Fields in com.sun.squawk.debugger declared as PacketInputStream
protected  PacketInputStream JDWPListener.CommandSet.in
          Stream from which data of current command is read.
 

Methods in com.sun.squawk.debugger that return PacketInputStream
 PacketInputStream Packet.getInputStream()
          Gets a DataInputStream to read the data in this packet.
 PacketInputStream JDWPListener.getInputStreamFor(CommandPacket command)
          Get the input stream from a command packet (sniffer needs to wrap input stream.
 

Methods in com.sun.squawk.debugger with parameters of type PacketInputStream
 void PacketOutputStream.copyTaggedValue(PacketInputStream in)
          Copy a tagged value (primitive or object) from the input stream to the output stream.
 void PacketOutputStream.copyValue(int tag, PacketInputStream in)
          Copy a value (primitive or object) from the input stream to the output stream.
protected  EventRequestModifier EventRequest.readModifier(PacketInputStream in, int kind)
          Creates a EventRequestModifier from a given PacketInputStream.
 

Constructors in com.sun.squawk.debugger with parameters of type PacketInputStream
EventRequest(int id, PacketInputStream in, int kind)
          Creates an EventRequest based on the data read from a JDWP packet.
EventRequestModifier.ClassMatch(PacketInputStream in, int kind, boolean exclude)
          Creates a ClassMatch modifier.
EventRequestModifier.ClassOnly(PacketInputStream in, int kind)
          Creates a ClassOnly modifier.
EventRequestModifier.Count(PacketInputStream in)
          Creates a Count modifier.
EventRequestModifier.ExceptionOnly(PacketInputStream in, int kind)
          Creates an ExceptionOnly.
EventRequestModifier.LocationOnly(PacketInputStream in, int kind)
          Creates a LocationOnly modifier.
EventRequestModifier.Step(PacketInputStream in, int kind)
          Creates a Step modifier.
EventRequestModifier.ThreadOnly(PacketInputStream in, int kind)
          Creates a ThreadOnly modifier.
PacketInputStream(PacketInputStream inner)
           
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"