public class Base64DataFormat extends Object implements org.apache.camel.spi.DataFormat
| Constructor and Description |
|---|
Base64DataFormat() |
| Modifier and Type | Method and Description |
|---|---|
int |
getLineLength() |
byte[] |
getLineSeparator() |
boolean |
isUrlSafe() |
void |
marshal(org.apache.camel.Exchange exchange,
Object graph,
OutputStream stream) |
void |
setLineLength(int lineLength) |
void |
setLineSeparator(byte[] lineSeparator) |
void |
setUrlSafe(boolean urlSafe) |
Object |
unmarshal(org.apache.camel.Exchange exchange,
InputStream input) |
public void marshal(org.apache.camel.Exchange exchange,
Object graph,
OutputStream stream)
throws Exception
marshal in interface org.apache.camel.spi.DataFormatExceptionpublic Object unmarshal(org.apache.camel.Exchange exchange, InputStream input) throws Exception
unmarshal in interface org.apache.camel.spi.DataFormatExceptionpublic int getLineLength()
public void setLineLength(int lineLength)
public byte[] getLineSeparator()
public void setLineSeparator(byte[] lineSeparator)
public boolean isUrlSafe()
public void setUrlSafe(boolean urlSafe)
Apache Camel