In most cases, writing to and reading from `Buffer` using built in methods will be enough. In cases where providers need to read and write directly to Netty buffers, I've exposed a couple of utility methods that allow access to the raw memory block under `Buffer` instances using Netty: `NettyBufferFactory.readRaw()` and `NettyBufferFactory.writeRaw()`.
VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1209 ] This message was relayed via gitbox.apache.org for [email protected]
