public interface IBytesConsumer
| Modifier and Type | Method and Description |
|---|---|
int |
consume(byte[] buf,
int offset,
int len)
Returns bytes actually consumed, -1 if we are done Should return some
value between 1 and len should never return 0 (unless len=0)
|
Copyright © 2013. All rights reserved.