パッケージ library.core.io

クラス MyPrinter

java.lang.Object
library.core.io.MyPrinter
すべての実装されたインタフェース:
Flushable, AutoCloseable

public final class MyPrinter extends Object implements Flushable, AutoCloseable
出力クラス PrintWriterより速い
  • コンストラクタの詳細

    • MyPrinter

      protected MyPrinter(OutputStream os, boolean autoFlush)
      コンストラクタ
      パラメータ:
      os - 標準出力(System.out)か標準エラー出力(System.err)か入れる 標準エラー出力の時、一部出力がtoStringされて表示される。
      autoFlush - インタラクティブ問題の時はtrueにする
  • メソッドの詳細