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

bt.bencoding.BEObjectBuilder Maven / Gradle / Ivy

There is a newer version: 1.10
Show newest version
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