Class ConsolePanel.TextPaneOutputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable
    Enclosing class:
    ConsolePanel

    protected static class ConsolePanel.TextPaneOutputStream
    extends java.io.OutputStream
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void write​(byte[] data, int off, int len)  
      void write​(int i)  
      void write​(java.lang.String s)  
      • Methods inherited from class java.io.OutputStream

        close, flush, nullOutputStream, write
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • write

        public void write​(int i)
        Specified by:
        write in class java.io.OutputStream
      • write

        public void write​(byte[] data,
                          int off,
                          int len)
        Overrides:
        write in class java.io.OutputStream
      • write

        public void write​(java.lang.String s)