public class IO
extends java.lang.Object
Constructor and Description |
---|
IO() |
Modifier and Type | Method and Description |
---|---|
static com.carrotsearch.hppc.IntIntOpenHashMap |
readIntIntOpenHashMap(java.io.ObjectInputStream stream)
Reads a hash map from the stream.
|
static com.carrotsearch.hppc.LongDoubleOpenHashMap |
readLongDoubleOpenHashMap(java.io.ObjectInputStream stream)
Reads a hash map from the stream.
|
static void |
writeIntIntOpenHashMap(java.io.ObjectOutputStream stream,
com.carrotsearch.hppc.IntIntOpenHashMap hashmap)
Reads a hash map from the stream.
|
static void |
writeLongDoubleOpenHashMap(java.io.ObjectOutputStream stream,
com.carrotsearch.hppc.LongDoubleOpenHashMap hashmap)
Reads a hash map from the stream.
|
public static com.carrotsearch.hppc.IntIntOpenHashMap readIntIntOpenHashMap(java.io.ObjectInputStream stream) throws java.lang.ClassNotFoundException, java.io.IOException
stream
- java.lang.ClassNotFoundException
java.io.IOException
public static com.carrotsearch.hppc.LongDoubleOpenHashMap readLongDoubleOpenHashMap(java.io.ObjectInputStream stream) throws java.lang.ClassNotFoundException, java.io.IOException
stream
- java.lang.ClassNotFoundException
java.io.IOException
public static void writeIntIntOpenHashMap(java.io.ObjectOutputStream stream, com.carrotsearch.hppc.IntIntOpenHashMap hashmap) throws java.io.IOException
stream
- hashmap
- java.io.IOException
public static void writeLongDoubleOpenHashMap(java.io.ObjectOutputStream stream, com.carrotsearch.hppc.LongDoubleOpenHashMap hashmap) throws java.io.IOException
stream
- hashmap
- java.io.IOException