public interface VolumeWriter
Modifier and Type | Method | Description |
---|---|---|
boolean |
write(java.util.List<? extends java.util.List<java.lang.Byte>> pages,
java.io.File f) |
Writes the pages in this volume to a file
|
boolean write(java.util.List<? extends java.util.List<java.lang.Byte>> pages, java.io.File f) throws java.io.IOException
pages
- the pages to writef
- the file to write tojava.io.IOException