public interface Processor
Context.| Modifier and Type | Method and Description |
|---|---|
void |
process(byte[] buf,
int off,
int len)
Process a couple of bytes.
|
void process(byte[] buf,
int off,
int len)
throws IOException
buf - bufferoff - offset inside bufferlen - number of bytesIOException - thrown in event of failure to process the bytesCopyright © 2010 - 2020 Adobe. All Rights Reserved