net.handle.util
Interface StreamObject

All Known Implementing Classes:
StreamTable, StreamVector

Deprecated. Replaced by net.cnri.util.StreamObject

@Deprecated
public interface StreamObject


Method Summary
 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