org.grinvin.io
Interface SectionSaver
- AbstractSectionSaver, DirectorySectionSaver, ZipOutputStreamSectionSaver
public interface SectionSaver
Creates named sections as output streams.
boolean | containsSection(String name)
|
OutputStream | createSection(String name) - Create the section with the given name and return an output stream
for that section.
|
containsSection
public boolean containsSection(String name)
createSection
public OutputStream createSection(String name)
throws IOException
Create the section with the given name and return an output stream
for that section.