public interface ByteWriter
| Modifier and Type | Method and 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 writeIOExceptionComments to: el-dev@eclipse.org.
Copyright © 2018, 2020 Eclipse Foundation. All rights reserved.
Use is subject to license terms.