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 writeIOException
Copyright © 2023 GlassFish Community. All rights reserved.