com.artenum.jyconsole.io
Class SingleStream

java.lang.Object
  extended byjava.io.OutputStream
      extended bycom.artenum.jyconsole.io.SingleStream
Direct Known Subclasses:
NotSingleThreadStream, SimpleSingleStream, SingleThreadStream

public abstract class SingleStream
extends java.io.OutputStream

Author:
Sebastien Jourdain, jourdain@artenum.com

Constructor Summary
SingleStream()
           
 
Method Summary
abstract  boolean isActive()
           
 
Methods inherited from class java.io.OutputStream
close, flush, write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleStream

public SingleStream()
Method Detail

isActive

public abstract boolean isActive()


 (c) Copyright: Artenum SARL, 101-103 Boulevard Mac Donald, 
                75019, Paris, France 2005.
                http://www.artenum.com
 
 License:

  This program is free software; you can redistribute it 
  and/or modify it under the terms of the Q Public License; 
  either version 1 of the License.

  This program is distributed in the hope that it will be
  useful, but WITHOUT ANY WARRANTY; without even the implied
  warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
  PURPOSE. See the Q Public License for more details.

  You should have received a copy of the Q Public License 
  License along with this program; 
  if not, write to:
    Artenum SARL, 101-103 Boulevard Mac Donald,
    75019, PARIS, FRANCE, e-mail: contact@artenum.com