@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 |
|---|---|
String |
getLineLength() |
String |
getLineSeparator() |
String |
getUrlSafe() |
void |
setLineLength(String lineLength)
To specific a maximum line length for the encoded data.
|
void |
setLineSeparator(String lineSeparator)
The line separators to use.
|
void |
setUrlSafe(String urlSafe)
Instead of emitting '+' and '/' we emit '-' and '_' respectively.
|
getContentTypeHeader, getDataFormat, getDataFormatName, getShortName, setContentTypeHeader, setDataFormat, setDataFormatNamegetId, setIdpublic Base64DataFormat()
public String getLineLength()
public void setLineLength(String lineLength)
public String getLineSeparator()
public void setLineSeparator(String lineSeparator)
public String getUrlSafe()
public void setUrlSafe(String urlSafe)
Apache Camel