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

io.protostuff.compiler.parser.Importer Maven / Gradle / Ivy

The newest version!
package io.protostuff.compiler.parser;

/**
 * Proto file importer - parses and returns context for a proto file.
 * Results are cached.
 *
 * @author Kostiantyn Shchepanovskyi
 */
public interface Importer {

    ProtoContext importFile(FileReader fileReader, String fileName);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy