R - the result typepublic class ByteBufferPipeline<R> extends AbstractObjectIntPipeline<ByteBuffer,R>
| Constructor and Description |
|---|
ByteBufferPipeline(IntAcceptor<? extends R> downstream)
Construct a
ByteBufferPipeline with the given downstream IntAcceptor. |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptObject(ByteBuffer value)
Accept a
ByteBuffer, after closed check and test for end of data. |
close, emit, flush, getDownstreamaccept, acceptisClosedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResult, isComplete, isStageCompleteisClosed, safeClosepublic ByteBufferPipeline(IntAcceptor<? extends R> downstream)
ByteBufferPipeline with the given downstream IntAcceptor.downstream - the IntAcceptorpublic void acceptObject(ByteBuffer value)
ByteBuffer, after closed check and test for end of data. Emit each byte to the
downstream IntAcceptor.acceptObject in class AbstractAcceptor<ByteBuffer,R>value - the input valueCopyright © 2025. All rights reserved.