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

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

There is a newer version: 3.1.40
Show newest version
package io.protostuff.compiler.parser;

import org.antlr.v4.runtime.CharStream;

import javax.annotation.Nullable;

/**
 * @author Kostiantyn Shchepanovskyi
 */
public interface FileReader {

    @Nullable
    CharStream read(String name);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy