public interface ByteWriter
Modifier and Type | Method and Description |
---|---|
void |
write(byte[] buff,
int off,
int len,
int strlen)
Write a portion of a byte array to the output.
|
void write(byte[] buff, int off, int len, int strlen) throws IOException
buff
- A byte arrayoff
- Offset from which to start reading bytelen
- Number of bytes to writestrlen
- If non-zero, the length of the string from which
the bytes was converted. If zero, then the string
length is unknown.IOException
Copyright © 2006–2018 TinyGroup. All rights reserved.