More Java nivision wrapper fixes.

- Fix sliceByteBuffer, getBytes, and putBytes implementations, which had
  functional errors.  Also, getBytes and putBytes now use the ByteBuffer
  get/put byte[] functions, which should improve performance.

- Don't generate wrappers for functions that are not available in the
  shared library.

Change-Id: Iaf45814b34720d3fdcd58adf99ad9c3ff2703bc3
This commit is contained in:
Peter Johnson
2015-01-14 23:49:37 -08:00
parent 9fda920055
commit d0258923e8
6 changed files with 81 additions and 2792 deletions