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

bt.bencoding.BEType Maven / Gradle / Ivy

There is a newer version: 1.10
Show newest version
package bt.bencoding;

/**
 * BEncoding object types.
 */
public enum BEType {

    /**
     * @since 1.0
     */
    STRING,

    /**
     * @since 1.0
     */
    INTEGER,

    /**
     * @since 1.0
     */
    LIST,

    /**
     * @since 1.0
     */
    MAP
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy