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

bt.bencoding.model.BEObjectModelLoader Maven / Gradle / Ivy

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

import java.io.InputStream;

/**
 * Loads model definitions.
 *
 * @since 1.0
 */
public interface BEObjectModelLoader {

    /**
     * Load model definition from a given source.
     * @param source Source. Must be closed by the caller.
     * @return Model definition
     * @since 1.0
     */
    BEObjectModel load(InputStream source);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy