Interface VolumeWriter

  • All Known Implementing Classes:
    BrailloVolumeWriter

    public interface VolumeWriter
    Provides an interface for writing a volume of braille to a file.
    • Method Detail

      • write

        boolean write​(List<? extends List<Byte>> pages,
                      File f)
               throws IOException
        Writes the pages in this volume to a file.
        Parameters:
        pages - the pages to write
        f - the file to write to
        Returns:
        returns true if writing was successful, false otherwise
        Throws:
        IOException - if an I/O error occurs