[ https://issues.apache.org/jira/browse/HARMONY-4611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leo Li reassigned HARMONY-4611:
-------------------------------
Assignee: Leo Li
> [classlib][luni][java6]Add new methods and testcases in java.io.File for java6
> ------------------------------------------------------------------------------
>
> Key: HARMONY-4611
> URL: https://issues.apache.org/jira/browse/HARMONY-4611
> Project: Harmony
> Issue Type: New Feature
> Components: Classlib
> Reporter: John Liu
> Assignee: Leo Li
> Attachments: HARMONY-4611.diff
>
>
> Add new methods in java.io.File for JDK6 and testcases
> public long getTotalSpace()
> public long getUsableSpace()
> public long getFreeSpace()
> public boolean setReadable(boolean readable, boolean ownerOnly)
> public boolean setReadable(boolean readable)
> public boolean setWritable(boolean writable, boolean ownerOnly)
> public boolean setWritable(boolean writable)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|