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

后端 未结 0 1719
轻奢々
轻奢々 2021-01-16 17:21

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

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


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