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