org.avineas.io
public interface WriteChannel extends java.io.Closeable
| Modifier and Type | Method and Description |
|---|---|
int |
write(byte[] data,
int length)
Write a packet or number of bytes via the channel.
|
int write(byte[] data,
int length)
data - The data to writelength - The length to write