![JAR search and dependency download from the Maven repository](/logo.png)
bt.bencoding.BEObjectBuilder 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;
import bt.bencoding.model.BEObject;
interface BEObjectBuilder {
boolean accept(int b);
T build();
BEType getType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy