org.grinvin.io

Interface SectionLoader

public interface SectionLoader

Opens named sections as input streams.

Method Summary

InputStream
openSection(String name)
Open the section with the given name and return an input stream for that section.

Method Details

openSection

public InputStream openSection(String name)
            throws IOException
Open the section with the given name and return an input stream for that section. Return null when no section with this name exists.