-
Type:
Bug
-
Resolution: Not an Issue
-
Priority:
P4
-
None
-
Affects Version/s: 1.4.0
-
Component/s: core-libs
-
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 .