[
http://issues.apache.org/jira/browse/HARMONY-40?page=comments#action_12363705 ]
Vladimir Strigun commented on HARMONY-40:
-----------------------------------------
Forced close of file current file channel in file output stream can be added
(diff for current FileOutputStream)
173a174,177
> if (channel != null) {
> channel.close();
> channel = null;
> }
> FileChannel assotiated with FileOutputStream not closed after closing output
> stream
> -----------------------------------------------------------------------------------
>
> Key: HARMONY-40
> URL: http://issues.apache.org/jira/browse/HARMONY-40
> Project: Harmony
> Type: Bug
> Components: Classlib
> Reporter: Vladimir Strigun
>
> When I receive FileChannel from file output stream, write something to stream
> and then close it, channel, assotiated with the stream is still open. I'll
> attach unit test for the issue.
--
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