Package offheap

Source Code of offheap.BinaryStringOffHeapTest

package offheap;

import org.nustaq.serialization.FSTConfiguration;
import org.nustaq.serialization.simpleapi.FSTCoder;
import org.nustaq.serialization.simpleapi.OnHeapCoder;

/**
* Created by ruedi on 09.11.14.
*/
public class BinaryStringOffHeapTest extends StringOffHeapTest {

    @Override
    protected FSTCoder createCoder() {
        return new OnHeapCoder();
    }
}
TOP

Related Classes of offheap.BinaryStringOffHeapTest

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.