Interface SpecReaderFactory<S extends SpecReader>


  • public interface SpecReaderFactory<S extends SpecReader>
    • Method Detail

      • create

        @NotNull
        S create​(@NotNull
                 @NotNull java.io.InputStream inputStream,
                 @NotNull
                 @NotNull ResourceLocation location)