-
- All Implemented Interfaces:
-
net.pwall.pipeline.BaseCoAcceptor,net.pwall.pipeline.BaseCoPipeline,net.pwall.pipeline.IntCoAcceptor,net.pwall.pipeline.IntCoPipeline
public final class CoUTF16_CodePoint<R extends Object> extends CoErrorStrategyBase<R>
A decoder IntCoPipeline to convert UTF-16 to Unicode code points.
-
-
Field Summary
Fields Modifier and Type Field Description private final Booleancompleteprivate final IntCoAcceptor<R>downstreamprivate final Booleanclosedprivate final Rresultprivate final BooleanstageComplete
-
Constructor Summary
Constructors Constructor Description CoUTF16_CodePoint(IntCoAcceptor<R> downstream, ErrorStrategy errorStrategy)
-
Method Summary
Modifier and Type Method Description BooleangetComplete()UnitacceptInt(Integer value)Accept an int, afterclosedcheck and test for end of data.-
Methods inherited from class net.pwall.pipeline.AbstractIntCoPipeline
close, emit, flush, getDownstream -
Methods inherited from class net.pwall.pipeline.BaseAbstractCoAcceptor
getClosed -
Methods inherited from class net.pwall.pipeline.BaseCoAcceptor
getResult -
Methods inherited from class net.pwall.pipeline.BaseCoPipeline
getStageComplete -
Methods inherited from class net.pwall.pipeline.codec.CoErrorStrategyBase
handleError -
Methods inherited from class net.pwall.pipeline.AbstractIntCoAcceptor
accept -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
CoUTF16_CodePoint
CoUTF16_CodePoint(IntCoAcceptor<R> downstream, ErrorStrategy errorStrategy)
-
-
Method Detail
-
getComplete
Boolean getComplete()
-
-
-
-