https://github.com/vaci/capnproto-java-rpc rebased on top of capnproto-java master branch
d2634a21d0
Sometimes it is desirable to read all segments from a single ByteBuffer, e.g. if reading messages from a memory-mapped file. Here we add such support, and add a test to check that the ByteBuffer read behaves the same as the ReadableByteChannel read. |
||
---|---|---|
benchmark/src/main | ||
compiler/src | ||
examples/src/main | ||
project | ||
runtime/src | ||
.gitignore | ||
.travis.yml | ||
CONTRIBUTORS | ||
do_benchmarks.bash | ||
LICENSE | ||
Makefile | ||
README.md | ||
version.sbt |
capnproto-java: Cap'n Proto for Java
Cap'n Proto is an extremely efficient protocol for sharing data and capabilities, and capnproto-java is a work-in-progress pure Java implementation.