-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
1.4.0
-
sparc
-
solaris_8
Build 89 (tested in solaris 8 and win2000) :
When Pipe.SourceChannel.read(ByteBuffer[] dsts) [ScatteringByteChannel interface read method] is used to read the ByteBuffer it reads the sequence of bytes in the stream and returns the number of bytes read but does not return -1 when the end of stream is reached , it hangs. The testcase PipeR.java is attached .