Class Base64ValuePlainWriter
- java.lang.Object
-
- io.aiven.kafka.connect.common.output.plainwriter.AbstractValuePlainWriter
-
- io.aiven.kafka.connect.common.output.plainwriter.Base64ValuePlainWriter
-
- All Implemented Interfaces:
OutputFieldPlainWriter
public class Base64ValuePlainWriter extends AbstractValuePlainWriter
-
-
Constructor Summary
Constructors Constructor Description Base64ValuePlainWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected byte[]getOutputBytes(byte[] value)-
Methods inherited from class io.aiven.kafka.connect.common.output.plainwriter.AbstractValuePlainWriter
write
-
-
-
-
Method Detail
-
getOutputBytes
protected byte[] getOutputBytes(byte[] value)
- Specified by:
getOutputBytesin classAbstractValuePlainWriter
-
-