Package org.msgpack.value.impl

Examples of org.msgpack.value.impl.CursorImpl


    /**
     * Get a {@link org.msgpack.value.Cursor} for traversing message-packed values
     * @return
     */
    public Cursor getCursor() {
        return new CursorImpl(this);
    }
View Full Code Here

TOP

Related Classes of org.msgpack.value.impl.CursorImpl

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.