Java TCP: Buffer underflow when reading an input stream from the network

后端 未结 0 1742
刺人心
刺人心 2021-01-16 17:09

I have a problem with an InputStream from a TCP Socket in Java when parsing the buffer:

InputStream stream = (InputStream)socket.getInputStream();
int numByte         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题