Class JansiWinConsoleWriter

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

    class JansiWinConsoleWriter
    extends AbstractWindowsConsoleWriter
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long console  
      private int[] writtenChars  
      • Fields inherited from class java.io.Writer

        lock
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void writeConsole​(char[] text, int len)  
      • Methods inherited from class java.io.Writer

        append, append, append, nullWriter, write, write, write, write
      • Methods inherited from class java.lang.Object

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

      • console

        private static final long console
      • writtenChars

        private final int[] writtenChars
    • Constructor Detail

      • JansiWinConsoleWriter

        JansiWinConsoleWriter()