| Niklas Therning (JIRA) 2005-12-03, 7:45 am |
| [ http://issues.apache.org/jira/brows...NA-136?page=all ]
Niklas Therning reassigned DIRMINA-136:
---------------------------------------
Assign To: Niklas Therning
> ByteBuffer.sweep()
> ------------------
>
> Key: DIRMINA-136
> URL: http://issues.apache.org/jira/browse/DIRMINA-136
> Project: Directory MINA
> Type: New Feature
> Reporter: Trustin Lee
> Assignee: Niklas Therning
> Priority: Minor
> Fix For: 0.9
>
> It is sometimes useful to provide a shortcut for this operation:
> buf.clear();
> buf.fillAndReset( buf.remaining() );
> I suggest to add ByteBuffer.sweep() and ByteBuffer.sweep( byte value ) so users can sweep the old content of the newly allocated buffer if they need to do:
> ByteBuffer buf = ByteBuffer.allocate( 16 ).sweep();
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secur...nistrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|