public interface IASWriter extends Closeable
| Modifier and Type | Method and Description |
|---|---|
int |
writeTo(File out)
Start writing to a file.
|
void |
writeTo(OutputStream out)
Start writing to output stream.
|
void writeTo(OutputStream out)
out - output streamint writeTo(File out) throws FileNotFoundException, IOException
out - The output File.FileNotFoundExceptionIOExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.