public interface BarrelWriter extends AutoCloseable
Barrel)
and read (BarrelReader) alternatives would exist.| Modifier and Type | Method and Description |
|---|---|
void |
append(BarrelReader old)
Append the given Barrel to this BarrelWriter's Barrel.
|
void |
close()
Finish all operations so that the Barrel produced is consistent.
|
void append(BarrelReader old) throws IOException
old - the Barrel to appendIOException - if an I/O error occursvoid close()
close in interface AutoCloseableCopyright © 2016 Egothor. All Rights Reserved.