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

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

Introduction

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

The text is from its open source code.

Method

booleandecodeToFile(String dataToDecode, String filename)
Convenience method for decoding data to a file.
ObjectdecodeToObject(String encodedObject)
Attempts to decode Base64 data and deserialize a Java Object within.
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.