All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.opdar.gulosity.connection.parser.Parser Maven / Gradle / Ivy

The newest version!
package com.opdar.gulosity.connection.parser;

import java.nio.ByteBuffer;

/**
 * Created by Shey on 2016/8/21.
 */
public interface Parser {
    T parser(ByteBuffer buffer);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy