Interface ModelAsset.StreamSupplier

Enclosing class:
ModelAsset

public static interface ModelAsset.StreamSupplier
A functional interface for supplying an input stream.
Since:
2.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull InputStream
    get()
    Gets the input stream.
  • Method Details

    • get

      @NotNull @NotNull InputStream get() throws IOException
      Gets the input stream.
      Returns:
      the input stream
      Throws:
      IOException - if an I/O error occurs
      Since:
      2.0.0