public interface ByteWriter
| Modifier and Type | Method | Description |
|---|---|---|
void |
write(byte[] buff,
int off,
int len) |
Write a portion of a byte array to the output.
|
void write(byte[] buff,
int off,
int len)
throws IOException
buff - A byte arrayoff - Offset from which to start reading bytelen - Number of bytes to writeIOExceptionCopyright © 2019 Oracle. All rights reserved.