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