XNIO API 3.0.7.GA

org.xnio.channels
Interface ByteChannel

All Superinterfaces:
ByteChannel, Channel, Closeable, GatheringByteChannel, ReadableByteChannel, ScatteringByteChannel, WritableByteChannel
All Known Subinterfaces:
ConnectedSslStreamChannel, ConnectedStreamChannel, StreamChannel

public interface ByteChannel
extends ByteChannel, GatheringByteChannel, ScatteringByteChannel

An extension of a simple NIO ByteChannel which includes scatter/gather operations.

Author:
David M. Lloyd

Method Summary
 
Methods inherited from interface java.nio.channels.GatheringByteChannel
write, write
 
Methods inherited from interface java.nio.channels.WritableByteChannel
write
 
Methods inherited from interface java.nio.channels.ScatteringByteChannel
read, read
 
Methods inherited from interface java.nio.channels.ReadableByteChannel
read
 
Methods inherited from interface java.nio.channels.Channel
close, isOpen
 


XNIO API 3.0.7.GA

Copyright © 2010 JBoss, a division of Red Hat, Inc.