Class ReadDataFile
java.lang.Object
com.dandymadeproductions.ajqvue.io.ReadDataFile
The ReadDataFile class allows the application the means to
import data that can be placed in the database table in an
automated way. The class is also used to import data images
files. The class provides a generic framework to read bytes of
data from a given input file.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) ProgressBar(package private) BufferedInputStream(package private) FileInputStream(package private) byte[](package private) int(package private) boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]mainReadDataString(String inputFileString, boolean showDumpProgressBar)
-
Field Details
-
fileStream
FileInputStream fileStream -
filebuff
BufferedInputStream filebuff -
dumpProgressBar
ProgressBar dumpProgressBar -
inSize
int inSize -
inBytes
byte[] inBytes -
validRead
boolean validRead
-
-
Constructor Details
-
ReadDataFile
public ReadDataFile()
-
-
Method Details
-
mainReadDataString
-