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

io.github.dbstarll.utils.net.api.index.Index Maven / Gradle / Ivy

There is a newer version: 1.1.6
Show newest version
package io.github.dbstarll.utils.net.api.index;

public interface Index {
    /**
     * 获得数据.
     *
     * @return 数据
     */
    T getData();

    /**
     * 获得数据解析位置.
     *
     * @return 位置
     */
    int getIndex();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy