if(dataLen != 0)
throw new IOException("dataLen != 0 (" + dataLen + ")");
}
public void processWardenPacket(byte[] payload, OutputStream os) throws IOException {
BNLSConnection bnls = BNLSManager.getWardenConnection();
int cookie_out = c.getConnectionSettings().botNum;
BNetInputStream is = bnls.sendWarden1(cookie_out, payload);
byte u = is.readByte();
int cookie = is.readDWord();
byte result = is.readByte();
short dataLen = is.readWord();