rocksdb/java/src
fyrz 677d02427f [RocksJava] CF Name shall handle bytes correctly
Summary:
Bytes are currently misinterpreted by the Java if the
byte array contains zero bytes within its content. For Strings
thats usually not useful. As the Java API allows every kind
of byte array values it might be the case that zero padding might
happen.

Test Plan:
make rocksdbjava
make jtest

Reviewers: adamretter, yhchiang, ankgup87

Subscribers: dhruba

Differential Revision: https://reviews.facebook.net/D33165
2015-02-10 21:00:00 +01:00
..
main/java/org/rocksdb Adjustment to NativeLibraryLoader to allow native library to be loaded 2015-02-01 20:05:10 +00:00
test/java/org/rocksdb [RocksJava] CF Name shall handle bytes correctly 2015-02-10 21:00:00 +01:00