Java java.nio.channels WritableByteChannel fields, constructors, methods, implement or subclass

Example usage for Java java.nio.channels WritableByteChannel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.nio.channels WritableByteChannel.

The text is from its open source code.

Implementation

java.nio.channels.WritableByteChannel has the following implementations.
Click this link to see all its implementation.

Constructor

Method

voidclose()
Closes this channel.
booleanisOpen()
Tells whether or not this channel is open.
intwrite(ByteBuffer src)
Writes a sequence of bytes to this channel from the given buffer.