# Print output for @column tags ?> ByteChannel - Android SDK | Android Developers

Most visited

Recently visited

ByteChannel

public interface ByteChannel
implements ReadableByteChannel, WritableByteChannel

java.nio.channels.ByteChannel


A channel that can read and write bytes. This interface simply unifies ReadableByteChannel and WritableByteChannel; it does not specify any new operations.

Summary

Inherited methods