[ http://issues.apache.org/jira/browse/HARMONY-892?page=all ]
Andrew Zhang updated HARMONY-892:
---------------------------------
Attachment: nio.diff
Hello,
Would you please try my patch?
Thanks!
Best regards,
Andrew
> [classlib][nio] Supplement tests for java.nio.channels.FileChannel -- step 4
> ----------------------------------------------------------------------------
>
> Key: HARMONY-892
> URL: http://issues.apache.org/jira/browse/HARMONY-892
> Project: Harmony
> Issue Type: Test
> Components: Classlib
> Reporter: Andrew Zhang
> Attachments: nio.diff
>
>
> The patch will supplement tests for following methods:
> 1. int write(ByteBuffer src)
> 2. long write(ByteBuffer[] srcs)
> 3. long write(ByteBuffer[] srcs, int offset, int length)
> 4. int write(ByteBuffer src, long position)
> The patch also fixes some bugs in FileChannel implementation.
> Thanks!
> Best regards,
> Andrew
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|