Package org.daisy.braille.embosser
Interface VolumeWriter
public interface VolumeWriter
Provides an interface for writing a volume of braille to a file.
- Author:
- Joel HÃ¥kansson
-
Method Summary
-
Method Details
-
write
Writes the pages in this volume to a file- Parameters:
pages
- the pages to writef
- the file to write to- Returns:
- returns true if writing was successful, false otherwise
- Throws:
IOException
-