org.grinvin.io
Class DirectorySectionSaver
- SectionSaver
public class DirectorySectionSaver
Saves sections as files in a directory.
OutputStream | createSection(String name) - Create the section with the given name and return an output stream
for that section.
|
DirectorySectionSaver
public DirectorySectionSaver(File directory)
createSection
public OutputStream createSection(String name)
throws IOException
Create the section with the given name and return an output stream
for that section.
- createSection in interface SectionSaver