[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
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.
|