R - the pipeline result typepublic class UTF16BE_UTF16<R> extends AbstractIntPipeline<R>
IntPipeline to convert UTF-16BE encoding to UTF-16 encoding.| Constructor and Description |
|---|
UTF16BE_UTF16(IntAcceptor<? extends R> downstream) |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptInt(int value)
Accept an
int, after closed check and test for end of data. |
boolean |
isStageComplete()
Return
true if all sequences in the input to this stage of the pipeline are complete, that is, the input
is not in the middle of a sequence requiring more data. |
close, emit, flush, getDownstreamaccept, acceptisClosedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, accept, accept, accept, accept, accept, accept, accept, accept, acceptandThengetResult, isCompleteisClosed, safeClosepublic UTF16BE_UTF16(IntAcceptor<? extends R> downstream)
public void acceptInt(int value)
AbstractIntAcceptorint, after closed check and test for end of data. Implementing classes must supply an
implementation of this method.acceptInt in class AbstractIntAcceptor<R>value - the input valuepublic boolean isStageComplete()
true if all sequences in the input to this stage of the pipeline are complete, that is, the input
is not in the middle of a sequence requiring more data.true if the input is in the "complete" stateCopyright © 2025. All rights reserved.