Package net.handle.util
Interface StreamObject
-
- All Known Implementing Classes:
StreamTable,StreamVector
@Deprecated public interface StreamObjectDeprecated.Replaced by net.cnri.util.StreamObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleanisStreamTable()Deprecated.booleanisStreamVector()Deprecated.voidreadFrom(java.io.Reader str)Deprecated.voidreadFrom(java.lang.String str)Deprecated.voidreadTheRest(java.io.Reader str)Deprecated.voidwriteTo(java.io.Writer out)Deprecated.java.lang.StringwriteToString()Deprecated.
-
-
-
Method Detail
-
isStreamTable
boolean isStreamTable()
Deprecated.
-
isStreamVector
boolean isStreamVector()
Deprecated.
-
readFrom
void readFrom(java.lang.String str) throws StringEncodingException, java.io.IOExceptionDeprecated.- Throws:
StringEncodingExceptionjava.io.IOException
-
readFrom
void readFrom(java.io.Reader str) throws StringEncodingException, java.io.IOExceptionDeprecated.- Throws:
StringEncodingExceptionjava.io.IOException
-
readTheRest
void readTheRest(java.io.Reader str) throws StringEncodingException, java.io.IOExceptionDeprecated.- Throws:
StringEncodingExceptionjava.io.IOException
-
writeToString
java.lang.String writeToString()
Deprecated.
-
writeTo
void writeTo(java.io.Writer out) throws java.io.IOExceptionDeprecated.- Throws:
java.io.IOException
-
-