net.robotmedia.billing.utils
Class BillingBase64StringDecoder

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

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

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


Method Summary
 byte[] convert(String s)
           
static org.solovyev.common.Converter<String,byte[]> 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<String,byte[]> getInstance()

convert

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


Copyright © 2013. All Rights Reserved.