summaryrefslogtreecommitdiff
path: root/dotnet/Qpid.Buffer/ByteBufferAllocator.cs
Commit message (Collapse)AuthorAgeFilesLines
* (Patch supplied by Tomas Restrepo) QPID-312.diff applied. This converts ↵Robert Greig2007-01-291-50/+0
| | | | | | Javadoc copied accross from the orignal Java code to .Net format. Renames some files/classes/methods to use .Net conventions. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501006 13f79535-47bb-0310-9956-ffa450edef68
* QPID-139. Initial (re)port of MINA's bytebuffer abstraction. Now includes ↵Steven Shaw2006-12-121-0/+50
the autoexpand feature. References to java.nio.Buffer were replaced with FixedByteBuffer and necessary methods added and implemented. FixedByteBuffer delegates to our existing HeapByteBuffer. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@486248 13f79535-47bb-0310-9956-ffa450edef68