net.sf.asyncobjects.io.adapters
Class Adapters

java.lang.Object
  extended by net.sf.asyncobjects.io.adapters.Adapters

public class Adapters
extends Object

IO Adapter utility class


Constructor Summary
Adapters()
           
 
Method Summary
static AByteOutput getErr()
           
static AByteInput getIn()
           
static AByteOutput getOut()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Adapters

public Adapters()
Method Detail

getIn

public static AByteInput getIn()
Returns:
stdin stream

getOut

public static AByteOutput getOut()
Returns:
stdin stream

getErr

public static AByteOutput getErr()
Returns:
stdin stream


Copyright © 2002-2007 Constantine Plotnikov. All Rights Reserved.