com.lordofthejars.nosqlunit.redis.embedded
Class ByteArrayToStringConverter
java.lang.Object
com.lordofthejars.nosqlunit.redis.embedded.ByteArrayToStringConverter
- All Implemented Interfaces:
- ch.lambdaj.function.convert.Converter<byte[],String>
public class ByteArrayToStringConverter
- extends Object
- implements ch.lambdaj.function.convert.Converter<byte[],String>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ByteArrayToStringConverter
public ByteArrayToStringConverter()
createByteArrayToStringConverter
public static ByteArrayToStringConverter createByteArrayToStringConverter()
convert
public String convert(byte[] from)
- Specified by:
convert in interface ch.lambdaj.function.convert.Converter<byte[],String>
Copyright © 2012. All Rights Reserved.