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