@Metadata(firstVersion="2.11.0",
label="dataformat,transformation",
title="Base64")
public class Base64DataFormat
extends DataFormatDefinition
| Constructor and Description |
|---|
Base64DataFormat() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getLineLength() |
String |
getLineSeparator() |
Boolean |
getUrlSafe() |
void |
setLineLength(Integer lineLength)
To specific a maximum line length for the encoded data.
|
void |
setLineSeparator(String lineSeparator)
The line separators to use.
|
void |
setUrlSafe(Boolean urlSafe)
Instead of emitting '+' and '/' we emit '-' and '_' respectively.
|
getContentTypeHeader, getDataFormat, getDataFormatName, getOtherAttributes, getShortName, setContentTypeHeader, setDataFormat, setDataFormatName, setOtherAttributesgetId, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetReadPropertyPlaceholderOptions, getWritePropertyPlaceholderOptionspublic Base64DataFormat()
public Integer getLineLength()
public void setLineLength(Integer lineLength)
public String getLineSeparator()
public void setLineSeparator(String lineSeparator)
public Boolean getUrlSafe()
public void setUrlSafe(Boolean urlSafe)
Apache Camel