@Deprecated public class OpenHashMapDeSerializer extends Object
| Modifier and Type | Field and Description |
|---|---|
private static int |
DEFAULT_BUFFER_SIZE
Deprecated.
|
| Constructor and Description |
|---|
OpenHashMapDeSerializer()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static com.carrotsearch.hppc.IntDoubleOpenHashMap |
deserializeIntDoubleOpenHashMap(InputStream iStream)
Deprecated.
|
static com.carrotsearch.hppc.ObjectDoubleOpenHashMap<String> |
deserializeObjectDoubleOpenHashMap(InputStream iStream)
Deprecated.
|
static com.carrotsearch.hppc.ObjectDoubleOpenHashMap<String> |
deserializeObjectDoubleOpenHashMap(RandomAccessFile raf)
Deprecated.
|
static void |
serializeIntDoubleOpenHashMap(com.carrotsearch.hppc.IntDoubleOpenHashMap hashMap,
OutputStream oStream)
Deprecated.
|
static void |
serializeObjectDoubleOpenHashMap(com.carrotsearch.hppc.ObjectDoubleOpenHashMap<String> hashMap,
OutputStream oStream)
Deprecated.
|
static void |
serializeObjectDoubleOpenHashMap(com.carrotsearch.hppc.ObjectDoubleOpenHashMap<String> hashMap,
RandomAccessFile raf)
Deprecated.
|
private static final int DEFAULT_BUFFER_SIZE
public static void serializeObjectDoubleOpenHashMap(com.carrotsearch.hppc.ObjectDoubleOpenHashMap<String> hashMap, OutputStream oStream) throws IOException
IOExceptionpublic static void serializeObjectDoubleOpenHashMap(com.carrotsearch.hppc.ObjectDoubleOpenHashMap<String> hashMap, RandomAccessFile raf) throws IOException
IOExceptionpublic static void serializeIntDoubleOpenHashMap(com.carrotsearch.hppc.IntDoubleOpenHashMap hashMap,
OutputStream oStream)
throws IOException
IOExceptionpublic static com.carrotsearch.hppc.ObjectDoubleOpenHashMap<String> deserializeObjectDoubleOpenHashMap(InputStream iStream) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic static com.carrotsearch.hppc.ObjectDoubleOpenHashMap<String> deserializeObjectDoubleOpenHashMap(RandomAccessFile raf) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic static com.carrotsearch.hppc.IntDoubleOpenHashMap deserializeIntDoubleOpenHashMap(InputStream iStream) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © 2015–2020. All rights reserved.