coins.backend.gen
クラス SillyPostProcessor

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--coins.backend.gen.SillyPostProcessor
すべての実装インタフェース:
java.lang.Runnable

public class SillyPostProcessor
extends java.lang.Thread

Silly Post-processor


フィールドの概要
(パッケージプライベート)  java.io.OutputStream finalOut
           
(パッケージプライベート)  java.io.PipedOutputStream out
           
(パッケージプライベート)  java.io.PipedInputStream stream
           
 
クラス java.lang.Thread から継承したフィールド
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
メソッドの概要
 void notifyEnd()
           
 java.io.OutputStream pipeTo()
           
static SillyPostProcessor postProcessor(java.io.OutputStream finalOut)
           
 void run()
           
 
クラス java.lang.Thread から継承したメソッド
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

finalOut

java.io.OutputStream finalOut

out

java.io.PipedOutputStream out

stream

java.io.PipedInputStream stream
メソッドの詳細

pipeTo

public java.io.OutputStream pipeTo()

run

public void run()
定義:
インタフェース java.lang.Runnable 内の run
オーバーライド:
クラス java.lang.Thread 内の run

postProcessor

public static SillyPostProcessor postProcessor(java.io.OutputStream finalOut)

notifyEnd

public void notifyEnd()