Package org.daisy.braille.embosser
Interface VolumeWriter
-
public interface VolumeWriterProvides an interface for writing a volume of braille to a file.- Author:
- Joel HÃ¥kansson
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanwrite(java.util.List<? extends java.util.List<java.lang.Byte>> pages, java.io.File f)Writes the pages in this volume to a file
-
-
-
Method Detail
-
write
boolean write(java.util.List<? extends java.util.List<java.lang.Byte>> pages, java.io.File f) throws java.io.IOExceptionWrites 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:
java.io.IOException
-
-