Android Studio Sign in
Added in API level 1

ByteChannel

interface ByteChannel : 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 functions
Morty Proxy This is a proxified and sanitized view of the page, visit original site.