You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Lang Yang (JIRA)" <ji...@apache.org> on 2010/10/10 21:02:33 UTC

[jira] Resolved: (HARMONY-6626) Implement two java6 only methods

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

Lang Yang resolved HARMONY-6626.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 6.0M4

I have applied the patch to the imageio module at repos revision r1006337.

Thanks.
Lang

> Implement two java6 only methods
> --------------------------------
>
>                 Key: HARMONY-6626
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6626
>             Project: Harmony
>          Issue Type: Sub-task
>            Reporter: Lang Yang
>            Assignee: Lang Yang
>             Fix For: 6.0M4
>
>         Attachments: HARMONY-6626.diff
>
>
> ImageIO.getWriterFileSuffixes() - http://download.oracle.com/javase/6/docs/api/javax/imageio/ImageIO.html#getWriterFileSuffixes()
> ImageIO.getReaderFileSuffixes() - http://download.oracle.com/javase/6/docs/api/javax/imageio/ImageIO.html#getReaderFileSuffixes()
> The implementation is really straight forward: get all registered several providers first, then get their file suffixes.

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