R - the pipeline result typepublic abstract class EncoderBase<R> extends AbstractIntPipeline<R>
| Modifier | Constructor and Description |
|---|---|
protected |
EncoderBase(IntAcceptor<? extends R> downstream) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
emit(String string)
Emit a string.
|
protected void |
emitHex(int i)
Emit an integer as hexadecimal digits.
|
close, emit, flush, getDownstreamaccept, accept, acceptIntisClosedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, accept, accept, accept, accept, accept, accept, accept, accept, acceptandThengetResult, isComplete, isStageCompleteisClosed, safeCloseprotected EncoderBase(IntAcceptor<? extends R> downstream)
protected void emit(String string)
string - the stringprotected void emitHex(int i)
i - the integerCopyright © 2025. All rights reserved.