Package net.handle.util
Class StreamTable
java.lang.Object
java.util.Dictionary
java.util.Hashtable
net.handle.util.StreamTable
- All Implemented Interfaces:
Serializable
,Cloneable
,Map
,DeepClone
,DeepClone
,StreamObject
Deprecated.
Replaced by net.cnri.util.StreamTable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.boolean
getBoolean
(Object key) Deprecated.boolean
getBoolean
(Object key, boolean defaultVal) Deprecated.int
Deprecated.long
Deprecated.Deprecated.Deprecated.String[]
Deprecated.Returns all of the keys to the hashtable that are java.lang.String objects.boolean
Deprecated.boolean
Deprecated.void
Deprecated.copy a (reference to) all values in this table to the specified table.void
Deprecated.void
Deprecated.void
Deprecated.void
readFrom
(InputStream in) Deprecated.void
Deprecated.void
Deprecated.void
readFromFile
(File file) Deprecated.void
readFromFile
(String fileName) Deprecated.void
readTheRest
(Reader str) Deprecated.char
Deprecated.toString()
Deprecated.void
Deprecated.void
writeToFile
(File file) Deprecated.void
writeToFile
(String fileName) Deprecated.Deprecated.Methods inherited from class java.util.Hashtable
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, values
-
Constructor Details
-
StreamTable
public StreamTable()Deprecated.
-
-
Method Details
-
isStreamTable
public boolean isStreamTable()Deprecated.- Specified by:
isStreamTable
in interfaceStreamObject
-
isStreamVector
public boolean isStreamVector()Deprecated.- Specified by:
isStreamVector
in interfaceStreamObject
-
startingDelimiter
public char startingDelimiter()Deprecated. -
merge
Deprecated.copy a (reference to) all values in this table to the specified table. -
deepClone
Deprecated. -
get
Deprecated. -
getStr
Deprecated. -
getStr
Deprecated. -
getBoolean
Deprecated. -
getBoolean
Deprecated. -
getLong
Deprecated. -
getInt
Deprecated. -
readFrom
Deprecated.- Throws:
StringEncodingException
IOException
-
readFrom
Deprecated.- Specified by:
readFrom
in interfaceStreamObject
- Throws:
StringEncodingException
-
readFrom
Deprecated.- Specified by:
readFrom
in interfaceStreamObject
- Throws:
StringEncodingException
IOException
-
readFromFile
Deprecated.- Throws:
StringEncodingException
IOException
-
getStringKeys
Deprecated.Returns all of the keys to the hashtable that are java.lang.String objects. -
readFromFile
Deprecated.- Throws:
StringEncodingException
IOException
-
writeToFile
Deprecated.- Throws:
StringEncodingException
IOException
-
writeToFile
Deprecated.- Throws:
StringEncodingException
IOException
-
readTheRest
Deprecated.- Specified by:
readTheRest
in interfaceStreamObject
- Throws:
StringEncodingException
IOException
-
put
Deprecated. -
put
Deprecated. -
put
Deprecated. -
toString
Deprecated. -
writeToString
Deprecated.- Specified by:
writeToString
in interfaceStreamObject
-
writeTo
Deprecated.- Specified by:
writeTo
in interfaceStreamObject
- Throws:
IOException
-