public class PacketInputStream extends PacketInputStream
Modifier and Type | Field and Description |
---|---|
protected ALSBDebugger |
_debugger |
Constructor and Description |
---|
PacketInputStream(ALSBDebugger debugger, byte[] data)
constructor
|
Modifier and Type | Method and Description |
---|---|
ALSBDebugger |
debugger()
returns the associated debugger
|
ProgramThreadHandle |
readThread()
reads a threead
|
readAttributes, readException, readExceptionType, readLocation
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytes
protected ALSBDebugger _debugger
public PacketInputStream(ALSBDebugger debugger, byte[] data)
public ALSBDebugger debugger()
public ProgramThreadHandle readThread() throws java.io.IOException
java.io.IOException