Package org.apache.mavibot.btree.serializer

Examples of org.apache.mavibot.btree.serializer.BufferHandler


     @return An instance of a Dn object
     *  @throws IOException if we can't deserialize the Dn
     */
    public Dn deserialize( ByteBuffer buffer ) throws IOException
    {
        return deserialize( new BufferHandler( buffer.array() ) );
    }
View Full Code Here

TOP

Related Classes of org.apache.mavibot.btree.serializer.BufferHandler

Copyright © 2018 www.massapicom. 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.