public interface ByteBufferFeeder extends NonBlockingInputFeeder
NonBlockingInputFeeder
implementation used when feeding data
as ByteBuffer
contents.Modifier and Type | Method and Description |
---|---|
void |
feedInput(ByteBuffer buffer)
Method that can be called to feed more data, if (and only if)
NonBlockingInputFeeder.needMoreInput() returns true. |
endOfInput, needMoreInput
void feedInput(ByteBuffer buffer) throws IOException
NonBlockingInputFeeder.needMoreInput()
returns true.buffer
- Buffer that contains additional input to readIOException
- if the state is such that this method should not be called
(has not yet consumed existing input data, or has been marked as closed)Copyright © 2008–2019 FasterXML. All rights reserved.