org.tinygroup.convert.base64bytearray
Class ByteArrayToBase64

java.lang.Object
  extended by org.tinygroup.convert.base64bytearray.ByteArrayToBase64
All Implemented Interfaces:
Converter<byte[],String>

public class ByteArrayToBase64
extends Object
implements Converter<byte[],String>


Constructor Summary
ByteArrayToBase64()
           
 
Method Summary
 String convert(byte[] inputData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteArrayToBase64

public ByteArrayToBase64()
Method Detail

convert

public String convert(byte[] inputData)
Specified by:
convert in interface Converter<byte[],String>


Copyright © 2006–2015 TinyGroup. All rights reserved.