You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rob Godfrey (JIRA)" <ji...@apache.org> on 2016/01/06 17:12:40 UTC

[jira] [Created] (QPID-6971) [Java] [AMQP 0-8/9/9-1] Use QpidByteBuffer rather than MarkableDataInput for decoding

Rob Godfrey created QPID-6971:
---------------------------------

             Summary: [Java] [AMQP 0-8/9/9-1] Use QpidByteBuffer rather than MarkableDataInput for decoding
                 Key: QPID-6971
                 URL: https://issues.apache.org/jira/browse/QPID-6971
             Project: Qpid
          Issue Type: Improvement
          Components: Java Broker, Java Client, Java Common
            Reporter: Rob Godfrey
            Assignee: Rob Godfrey
             Fix For: qpid-java-6.1


Currently we wrap input data into implementations of MarkableDataInput in order to read.  QpidByteBuffer already supports most of the same operations (albeit with differing names) and also does not throw IOException (since it knows it is always reading from memory).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org