Comment #3 on issue 429 by yijinzho...@gmail.com: Support ByteBuffer in CodedInputStream and CodedOutputStream to avoid redundant copies for direct ByteBuffer.
http://code.google.com/p/protobuf/issues/detail?id=429

ah my version of protobuf didnt contain the Parser.java (got mine just before that class was released externally) About adding ByteBuffer support in CodedInputStream and CodedOutputStream,since ByteBuffers are often used in the context of NIO, both NIO and NIO2 uses ByteBuffer to do asynchronous read and write operations, shouldnt the support for ByteBuffer be somewhere else like in the new Parser.java class rather than the synchronous XXXStream Classes?

--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to