Class StreamWriter

    • Constructor Summary

      Constructors 
      Constructor Description
      StreamWriter​(java.io.InputStream is)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      void writeStream​(java.io.OutputStream os)
      write myself to a stream
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • StreamWriter

        public StreamWriter​(java.io.InputStream is)
    • Method Detail

      • writeStream

        public void writeStream​(java.io.OutputStream os)
                         throws java.io.IOException
        Description copied from interface: IStreamWriter
        write myself to a stream
        Specified by:
        writeStream in interface IStreamWriter
        Parameters:
        os - the output stream
        Throws:
        java.io.IOException - if io snafu...
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object