R - the result typepublic class CharBufferPipeline<R> extends AbstractObjectIntPipeline<CharBuffer,R>
CharBuffers and emits each character as an int.| Constructor and Description |
|---|
CharBufferPipeline(IntAcceptor<? extends R> downstream)
Construct a
ByteBufferPipeline with the given downstream IntAcceptor. |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptObject(CharBuffer value)
Accept a
CharBuffer, 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 CharBufferPipeline(IntAcceptor<? extends R> downstream)
ByteBufferPipeline with the given downstream IntAcceptor.downstream - the IntAcceptorpublic void acceptObject(CharBuffer value)
CharBuffer, after closed check and test for end of data. Emit each byte to the
downstream IntAcceptor.acceptObject in class AbstractAcceptor<CharBuffer,R>value - the input valueCopyright © 2025. All rights reserved.