|
" 2013 FRC Java API " |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PacketOutputStream | |
|---|---|
| com.sun.squawk.debugger | |
| com.sun.squawk.debugger.sda | The classes that implement the Squawk VM side of the SDWP. |
| Uses of PacketOutputStream in com.sun.squawk.debugger |
|---|
| Fields in com.sun.squawk.debugger declared as PacketOutputStream | |
|---|---|
protected PacketOutputStream |
JDWPListener.CommandSet.out
Stream to which data in reply is written. |
| Methods in com.sun.squawk.debugger that return PacketOutputStream | |
|---|---|
PacketOutputStream |
Packet.getOutputStream()
Gets a PacketOutputStream to write some data to this packet. |
| Uses of PacketOutputStream in com.sun.squawk.debugger.sda |
|---|
| Methods in com.sun.squawk.debugger.sda with parameters of type PacketOutputStream | |
|---|---|
void |
ObjectManager.writeTaggedObject(PacketOutputStream out,
Object object,
String s)
Writes the JDWP tag and object ID of an object to a given packet stream. |
|
" 2013 FRC Java API " |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||