Java DataInputStream class method readFully is used for reading the bytes from the stream into the to the byte array which is passed as the parameter. After reading the bytes from the stream, does readFully increment the position of the stream ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
Yes. I cannot see where this is explicitly stated in the If
|
|||||||
|