You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Paulex Yang (JIRA)" <ji...@apache.org> on 2007/07/25 05:36:31 UTC

[jira] Resolved: (HARMONY-4521) [classlib][nio][java6]Add new interfaces in java.nio.Buffer.java

     [ https://issues.apache.org/jira/browse/HARMONY-4521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paulex Yang resolved HARMONY-4521.
----------------------------------

    Resolution: Fixed

Liang Jia, patch applied at r559302, thanks a lot, please verify. 

> [classlib][nio][java6]Add new interfaces in java.nio.Buffer.java 
> -----------------------------------------------------------------
>
>                 Key: HARMONY-4521
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4521
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>            Reporter: Jia Liang
>            Assignee: Paulex Yang
>         Attachments: HARMONY-4521.txt
>
>
> Add four interfaces in java.nio.Buffer.java:
> public abstract Object array();
> public abstract int arrayOffset();
> public abstract boolean hasArray();
> public abstract boolean isDirect();

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.