Class WriteDataFile
java.lang.Object
com.dandymadeproductions.ajqvue.io.WriteDataFile
The WriteDataFile class allows data in a selected database
table to be outputed to specified file. A progress bar may be
called to allow the control of the data being dumped. The class
also provides a generic means to output byte[] data to a file.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) ProgressBar(package private) BufferedOutputStream(package private) FileOutputStream -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidmainWriteDataString(String outputFileString, byte[] data, boolean showDumpProgressBar)
-
Field Details
-
fileStream
FileOutputStream fileStream -
filebuff
BufferedOutputStream filebuff -
dumpProgressBar
ProgressBar dumpProgressBar
-
-
Constructor Details
-
WriteDataFile
public WriteDataFile()
-
-
Method Details
-
mainWriteDataString
public static void mainWriteDataString(String outputFileString, byte[] data, boolean showDumpProgressBar)
-