org.ujmp.core.collections
Class TextMap
java.lang.Object
java.util.AbstractMap<K,V>
org.ujmp.core.collections.AbstractMap<K,V>
org.ujmp.core.collections.AbstractDiskMap<String,String>
org.ujmp.core.collections.TextMap
- All Implemented Interfaces:
- Serializable, Map<String,String>, Erasable
public class TextMap
- extends AbstractDiskMap<String,String>
- See Also:
- Serialized Form
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
TextMap
public TextMap()
throws IOException
- Throws:
IOException
TextMap
public TextMap(String path)
throws IOException
- Throws:
IOException
TextMap
public TextMap(boolean useGZip)
throws IOException
- Throws:
IOException
TextMap
public TextMap(String path,
boolean useGZip)
throws IOException
- Throws:
IOException
TextMap
public TextMap(File path)
throws IOException
- Throws:
IOException
TextMap
public TextMap(File path,
boolean useGZip)
throws IOException
- Throws:
IOException
writeValue
public final void writeValue(OutputStream os,
String value)
- Specified by:
writeValue
in class AbstractDiskMap<String,String>
readValue
public String readValue(InputStream is)
- Specified by:
readValue
in class AbstractDiskMap<String,String>
Copyright © 2010. All Rights Reserved.