org.freecompany.redline
public class ReadableChannelWrapper extends ChannelWrapper implements ReadableByteChannel
| Field Summary | |
|---|---|
| protected ReadableByteChannel | channel |
| Constructor Summary | |
|---|---|
| ReadableChannelWrapper(ReadableByteChannel channel) | |
| Method Summary | |
|---|---|
| void | close() |
| boolean | isOpen() |
| int | read(ByteBuffer buffer) |