![JAR search and dependency download from the Maven repository](/logo.png)
bt.bencoding.BEType Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bt-bencoding Show documentation
Show all versions of bt-bencoding Show documentation
Library for parsing, encoding and validating bencoded documents in Java
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