Issue Details (XML | Word | Printable)

Key: DIRMINA-126
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Trustin Lee
Reporter: Trustin Lee
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
MINA

ByteBuffer.get/putObject()

Created: 21/Nov/05 08:27 PM   Updated: 29/Nov/05 01:39 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 0.9.0

Time Tracking:
Not Specified

Resolution Date: 29/Nov/05 01:39 AM


 Description  « Hide
Adding get/putObject() to ByteBuffer will make protocol implementor's life very easier. What we have to consider are the possible performance hit and the size of the serialized data.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #349422 Mon Nov 28 16:37:13 UTC 2005 trustin Resolved issues:
* DIRMINA-127 ByteBuffer.get/putPascalString()
* DIRMINA-126 ByteBuffer.get/putObject()
* DIRMINA-132 ByteBuffer.asInputStream() and ByteBuffer.asOutputStream()
Files Changed
ADD /directory/network/trunk/src/java/org/apache/mina/common/BufferDataException.java
MODIFY /directory/network/trunk/src/test/org/apache/mina/common/ByteBufferTest.java
MODIFY /directory/network/trunk/src/java/org/apache/mina/common/ByteBuffer.java
MODIFY /directory/network/trunk/src/java/org/apache/mina/common/ByteBufferProxy.java