org.activeio
Interface InputStreamChannel
- All Superinterfaces:
- Channel, Disposable, Service
- All Known Subinterfaces:
- StreamChannel
- All Known Implementing Classes:
- SocketStreamChannel
- public interface InputStreamChannel
- extends Channel
- Version:
- $Revision$
available
public int available()
throws IOException
- Throws:
IOException
mark
public void mark(int arg0)
markSupported
public boolean markSupported()
read
public int read(byte[] arg0,
int arg1,
int arg2)
throws IOException
- Throws:
IOException
read
public int read(byte[] arg0)
throws IOException
- Throws:
IOException
reset
public void reset()
throws IOException
- Throws:
IOException
skip
public long skip(long arg0)
throws IOException
- Throws:
IOException
read
public int read()
throws IOException
- Throws:
IOException
Copyright © -2007 The ActiveIO Project. All Rights Reserved.