Issue Details (XML | Word | Printable)

Key: DIRMINA-132
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
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.asInputStream() and ByteBuffer.asOutputStream()

Created: 29/Nov/05 01:36 AM   Updated: 29/Nov/05 01:37 AM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: 0.9.0

Time Tracking:
Not Specified

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


 Description  « Hide
MINA team realized that a lot of NIO applications have to integrate with the existing software components which uses Input/OutputStream. It would be great if a user can convert a MINA ByteBuffer into InputStream or OutputStream with one call.

 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