Add IoBuffer.putUnsigned* methods to balance the getUnsigned* methods for 
completeness
--------------------------------------------------------------------------------------

                 Key: DIRMINA-823
                 URL: https://issues.apache.org/jira/browse/DIRMINA-823
             Project: MINA
          Issue Type: Improvement
          Components: Core
    Affects Versions: 2.0.2
         Environment: WXP SP3, Sun SDK 1.5
            Reporter: Francis ANDRE
            Priority: Trivial


While unsigned integers types are quite meaningful in  networking protocols,  
Java does not provide unsigned integer primitive types. The 
IoBuffer.getUnsigned* methods are filling the gap between the need of  unsigned 
integers and the real Java programs.

But IoBuffer does not provide the correlative IoBuffer.putUnsigned* methods. 
Thus for completeness, this issue proposes to add those IoBuffer.putUnsigned* 
methods.

Rgds

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to