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.booleangetBoolean(Object key) Deprecated.booleangetBoolean(Object key, boolean defaultVal) Deprecated.intDeprecated.longDeprecated.Deprecated.Deprecated.String[]Deprecated.Returns all of the keys to the hashtable that are java.lang.String objects.booleanDeprecated.booleanDeprecated.voidDeprecated.copy a (reference to) all values in this table to the specified table.voidDeprecated.voidDeprecated.voidDeprecated.voidreadFrom(InputStream in) Deprecated.voidDeprecated.voidDeprecated.voidreadFromFile(File file) Deprecated.voidreadFromFile(String fileName) Deprecated.voidreadTheRest(Reader str) Deprecated.charDeprecated.toString()Deprecated.voidDeprecated.voidwriteToFile(File file) Deprecated.voidwriteToFile(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:
isStreamTablein interfaceStreamObject
-
isStreamVector
public boolean isStreamVector()Deprecated.- Specified by:
isStreamVectorin 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:
StringEncodingExceptionIOException
-
readFrom
Deprecated.- Specified by:
readFromin interfaceStreamObject- Throws:
StringEncodingException
-
readFrom
Deprecated.- Specified by:
readFromin interfaceStreamObject- Throws:
StringEncodingExceptionIOException
-
readFromFile
Deprecated.- Throws:
StringEncodingExceptionIOException
-
getStringKeys
Deprecated.Returns all of the keys to the hashtable that are java.lang.String objects. -
readFromFile
Deprecated.- Throws:
StringEncodingExceptionIOException
-
writeToFile
Deprecated.- Throws:
StringEncodingExceptionIOException
-
writeToFile
Deprecated.- Throws:
StringEncodingExceptionIOException
-
readTheRest
Deprecated.- Specified by:
readTheRestin interfaceStreamObject- Throws:
StringEncodingExceptionIOException
-
put
Deprecated. -
put
Deprecated. -
put
Deprecated. -
toString
Deprecated. -
writeToString
Deprecated.- Specified by:
writeToStringin interfaceStreamObject
-
writeTo
Deprecated.- Specified by:
writeToin interfaceStreamObject- Throws:
IOException
-