Documentation of 'org.ujmp.core.util.io.TeeStream' Java class
TeeStream
org.ujmp.core.util.io

Class TeeStream

  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.Appendable, java.lang.AutoCloseable


    public class TeeStream
    extends java.io.PrintStream
    • Constructor Summary

      Constructors 
      Constructor and Description
      TeeStream(java.io.OutputStream out, java.io.OutputStream tee) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void close() 
      void flush() 
      void write(byte[] buf, int off, int len) 
      • Methods inherited from class java.io.PrintStream

        append, append, append, checkError, format, format, print, print, print, print, print, print, print, print, print, printf, printf, println, println, println, println, println, println, println, println, println, println, write
      • Methods inherited from class java.io.FilterOutputStream

        write
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TeeStream

        public TeeStream(java.io.OutputStream out,
                         java.io.OutputStream tee)
    • Method Detail

      • write

        public void write(byte[] buf,
                          int off,
                          int len)
        Overrides:
        write in class java.io.PrintStream
      • close

        public void close()
        Specified by:
        close in interface java.io.Closeable
        Specified by:
        close in interface java.lang.AutoCloseable
        Overrides:
        close in class java.io.PrintStream
      • flush

        public void flush()
        Specified by:
        flush in interface java.io.Flushable
        Overrides:
        flush in class java.io.PrintStream

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.