net.sf.asyncobjects.io.util
Class NulByteInput

java.lang.Object
  extended by net.sf.asyncobjects.AsyncUnicastServer<I>
      extended by net.sf.asyncobjects.io.util.NulInput<BinaryData,AByteInput>
          extended by net.sf.asyncobjects.io.util.NulByteInput
All Implemented Interfaces:
ACloseable, AsyncObject, ExplicitSharing, AByteInput, AInput<BinaryData>

public class NulByteInput
extends NulInput<BinaryData,AByteInput>
implements AByteInput

A nul byte input.

Author:
const

Constructor Summary
NulByteInput()
           
 
Method Summary
 
Methods inherited from class net.sf.asyncobjects.io.util.NulInput
close, isPushbackSupported, pushback, read
 
Methods inherited from class net.sf.asyncobjects.AsyncUnicastServer
dereference, export, isImmediate, myVat, promise
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.asyncobjects.io.AInput
isPushbackSupported, pushback, read
 
Methods inherited from interface net.sf.asyncobjects.ACloseable
close
 
Methods inherited from interface net.sf.asyncobjects.AsyncObject
dereference, isImmediate
 

Constructor Detail

NulByteInput

public NulByteInput()


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