public class LocalDBBinary extends Object
| Constructor and Description |
|---|
LocalDBBinary() |
| Modifier and Type | Method and Description |
|---|---|
static void |
append(Base base,
byte[] bytes) |
static byte[] |
readAll(Base base) |
static byte[] |
readChunk(Base base,
int index,
int len) |
static byte[] |
readUntil(Base base,
byte[] matchBytes) |
static void |
save(Base base,
byte[] bytes) |
static void |
saveChunk(Base base,
byte[] bytes,
int index,
int len) |
static int |
size(Base base) |
public static void save(Base base, byte[] bytes)
public static void saveChunk(Base base, byte[] bytes, int index, int len)
public static void append(Base base, byte[] bytes)
public static byte[] readAll(Base base)
public static byte[] readUntil(Base base, byte[] matchBytes)
public static byte[] readChunk(Base base, int index, int len)
public static int size(Base base)
Copyright © 2018. All rights reserved.