public interface AQFileWriter
extends java.io.Closeable
Modifier and Type | Method and Description |
---|---|
void |
setFile(java.lang.String filename)
Sets output file name.
|
void |
write(byte[] data)
Writes byte array to a file.
|
void |
write(int data)
Writes a single byte to a file.
|
void setFile(java.lang.String filename)
filename
- File name.void write(int data) throws java.lang.Exception
data
- the datajava.lang.Exception
- On Errorvoid write(byte[] data) throws java.lang.Exception
data
- the datajava.lang.Exception
- On Error
Copyright © 2019 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.