com.lordofthejars.nosqlunit.redis.embedded
Class ByteArray2ByteBufferConverter

java.lang.Object
  extended by 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>


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

Constructor Detail

ByteArray2ByteBufferConverter

public ByteArray2ByteBufferConverter()
Method Detail

convert

public ByteBuffer convert(byte[] from)
Specified by:
convert in interface ch.lambdaj.function.convert.Converter<byte[],ByteBuffer>


Copyright © 2012. All Rights Reserved.