net.robotmedia.billing.utils
Class BillingBase64StringEncoder

java.lang.Object
  extended by net.robotmedia.billing.utils.BillingBase64StringEncoder
All Implemented Interfaces:
org.solovyev.common.Converter<byte[],String>

public class BillingBase64StringEncoder
extends Object
implements org.solovyev.common.Converter<byte[],String>

User: serso Date: 2/9/13 Time: 7:22 PM


Method Summary
 String convert(byte[] bytes)
           
static org.solovyev.common.Converter<byte[],String> getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

@Nonnull
public static org.solovyev.common.Converter<byte[],String> getInstance()

convert

@Nonnull
public String convert(@Nonnull
                              byte[] bytes)
Specified by:
convert in interface org.solovyev.common.Converter<byte[],String>


Copyright © 2013. All Rights Reserved.