public static interface IOUtils.StreamHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleStreamBuffer(byte[] buffer,
int offset,
int length)
generic method handling the buffered part of the stream
|
void handleStreamBuffer(byte[] buffer,
int offset,
int length)
throws IOException
buffer - the buffer to handleoffset - the offset to start handling fromlength - the length to readIOExceptionCopyright © 2015. All rights reserved.