Uses of Interface
org.simpleyaml.utils.SupplierIO.InputStream
Packages that use SupplierIO.InputStream
-
Uses of SupplierIO.InputStream in org.simpleyaml.configuration.file
Methods in org.simpleyaml.configuration.file with parameters of type SupplierIO.InputStreamModifier and TypeMethodDescriptionvoidYamlConfiguration.load(SupplierIO.InputStream streamSupplier) Loads this configuration from the specified stream.static YamlConfigurationYamlConfiguration.loadConfiguration(SupplierIO.InputStream streamSupplier) Creates a newYamlConfiguration, loading from the given input stream.static YamlFileYamlFile.loadConfiguration(SupplierIO.InputStream streamSupplier) Creates a newYamlFile, loading from the given stream (without comments).static YamlFileYamlFile.loadConfiguration(SupplierIO.InputStream streamSupplier, boolean withComments) Creates a newYamlFile, loading from the given stream.