byte []surplusPack; private void getCount() { // 监听消息 new Thread(new Runnable() { @Override public void run() { while (true) { try {
//socket通信的输入流 if (inputStream != null) { int lenth = -1; byte[] buf = new byte[1024 * 10]; ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream(); while ((lenth = inputStr