Package net.cnri.util
Interface StreamObject
- All Known Implementing Classes:
StreamTable
,StreamVector
public interface StreamObject
Interface for objects that can be read/written to and from streams.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
void
void
readTheRest
(Reader str) void
void
-
Method Details
-
isStreamTable
boolean isStreamTable() -
isStreamVector
boolean isStreamVector() -
readFrom
- Throws:
StringEncodingException
IOException
-
readFrom
- Throws:
StringEncodingException
IOException
-
readTheRest
- Throws:
StringEncodingException
IOException
-
writeToString
String writeToString() -
writeTo
- Throws:
IOException
-
writeTo
- Throws:
IOException
-