org.grinvin.io
Interface SectionLoader
- DirectorySectionLoader, ZipFileSectionLoader, ZipInputStreamSectionLoader
public interface SectionLoader
Opens named sections as input streams.
InputStream | openSection(String name) - Open the section with the given name and return an input stream
for that section.
|
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.