Result_CVec_u8ZIOErrorZ |
Result_CVec_u8ZIOErrorZ.clone() |
Creates a new CResult_CVec_u8ZIOErrorZ which has the same data as `orig`
but with all dynamically-allocated buffers duplicated in new buffers.
|
static Result_CVec_u8ZIOErrorZ |
Result_CVec_u8ZIOErrorZ.err(IOError e) |
Creates a new CResult_CVec_u8ZIOErrorZ in the error state.
|
static Result_CVec_u8ZIOErrorZ |
Result_CVec_u8ZIOErrorZ.ok(byte[] o) |
Creates a new CResult_CVec_u8ZIOErrorZ in the success state.
|
Result_CVec_u8ZIOErrorZ |
KVStore.KVStoreInterface.read(String primary_namespace,
String secondary_namespace,
String key) |
Returns the data stored for the given `primary_namespace`, `secondary_namespace`, and
`key`.
|
Result_CVec_u8ZIOErrorZ |
KVStore.read(String primary_namespace,
String secondary_namespace,
String key) |
Returns the data stored for the given `primary_namespace`, `secondary_namespace`, and
`key`.
|