Java com.itextpdf.text.pdf.codec Base64 fields, constructors, methods, implement or subclass

Example usage for Java com.itextpdf.text.pdf.codec Base64 fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.itextpdf.text.pdf.codec Base64.

The text is from its open source code.

Field

intDONT_BREAK_LINES
Don't break lines when encoding (violates strict Base64 specification)

Method

StringencodeBytes(byte[] source)
Encodes a byte array into Base64 notation.
StringencodeFromFile(String filename)
Convenience method for reading a binary file and base64-encoding it.
StringencodeObject(java.io.Serializable serializableObject)
Serializes an object and returns the Base64-encoded version of that serialized object.