org.grinvin.io

Interface SectionSaver

Known Implementing Classes:
AbstractSectionSaver, DirectorySectionSaver, ZipOutputStreamSectionSaver

public interface SectionSaver

Creates named sections as output streams.

Method Summary

boolean
containsSection(String name)
OutputStream
createSection(String name)
Create the section with the given name and return an output stream for that section.

Method Details

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.