Interface StreamObject

  • All Known Implementing Classes:
    StreamTable, StreamVector

    @Deprecated
    public interface StreamObject
    Deprecated.
    Replaced by net.cnri.util.StreamObject
    • Method Detail

      • isStreamTable

        boolean isStreamTable()
        Deprecated.
      • isStreamVector

        boolean isStreamVector()
        Deprecated.
      • writeToString

        java.lang.String writeToString()
        Deprecated.
      • writeTo

        void writeTo​(java.io.Writer out)
              throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException