R - the pipeline result typepublic class Base64Encoder<R> extends ErrorStrategyBase<R>
| Modifier and Type | Class and Description |
|---|---|
static class |
Base64Encoder.State |
| Modifier and Type | Field and Description |
|---|---|
static byte[] |
encodingArrayMain |
static byte[] |
encodingArrayURL |
| Constructor and Description |
|---|
Base64Encoder(IntAcceptor<? extends R> downstream) |
Base64Encoder(IntAcceptor<? extends R> downstream,
boolean urlSafe) |
Base64Encoder(IntAcceptor<? extends R> downstream,
boolean urlSafe,
ErrorStrategy errorStrategy) |
Base64Encoder(IntAcceptor<? extends R> downstream,
ErrorStrategy errorStrategy) |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptInt(int value)
Accept an
int, after closed check and test for end of data. |
void |
close()
Close the pipeline.
|
handleErroremit, flush, getDownstreamaccept, acceptisClosedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, accept, accept, accept, accept, accept, accept, accept, accept, acceptandThengetResult, isComplete, isStageCompleteisClosed, safeClosepublic static final byte[] encodingArrayMain
public static final byte[] encodingArrayURL
public Base64Encoder(IntAcceptor<? extends R> downstream, boolean urlSafe, ErrorStrategy errorStrategy)
public Base64Encoder(IntAcceptor<? extends R> downstream, ErrorStrategy errorStrategy)
public Base64Encoder(IntAcceptor<? extends R> downstream, boolean urlSafe)
public Base64Encoder(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 void close()
AbstractIntPipelineclose in interface AutoCloseableclose in class AbstractIntPipeline<R>Copyright © 2025. All rights reserved.