Java com.google.gwt.user.server Base64Utils fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.user.server Base64Utils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.user.server Base64Utils.

The text is from its open source code.

Method

byte[]fromBase64(String data)
Decode a base64 string into a byte array.
longlongFromBase64(String value)
Decode a base64 string into a long value.
StringtoBase64(byte[] data)
Converts a byte array into a base 64 encoded string.
StringtoBase64(long value)
Return a string containing a base-64 encoded version of the given long value.