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
int available()
throws IOException
- Throws:
IOException
mark
void mark(int arg0)
markSupported
boolean markSupported()
read
int read(byte[] arg0,
int arg1,
int arg2)
throws IOException
- Throws:
IOException
read
int read(byte[] arg0)
throws IOException
- Throws:
IOException
reset
void reset()
throws IOException
- Throws:
IOException
skip
long skip(long arg0)
throws IOException
- Throws:
IOException
read
int read()
throws IOException
- Throws:
IOException
Copyright © -2009 The ActiveIO Project. All Rights Reserved.