Save the date! Android Dev Summit is coming to Sunnyvale, CA on Oct 23-24, 2019.
Added in API level 1

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