ByteBuffer.expand() for explicit expansion
------------------------------------------
Key: DIRMINA-139
URL: http://issues.apache.org/jira/browse/DIRMINA-139
Project: Directory MINA
Type: New Feature
Reporter: Trustin Lee
Assigned to: Trustin Lee
Priority: Minor
Fix For: 0.9
MINA ByteBuffer provides autoExpand property so users can put data not worrying about BufferOverflowException.
Sometimes, expansion occurrs more than they expected. Let's give users more control on expansion
by providing an explicit way to expand their buffer; ByteBuffer.expand().
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|