Package binaryFileStorage.checker
Class UpdateWorkProgress
java.lang.Object
binaryFileStorage.checker.UpdateWorkProgress
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateWorkProgress(PamDataBlock pamDataBlock, String fileName, int nBlock, int iBlock, int nFile, int iFile) -
Method Summary
-
Constructor Details
-
UpdateWorkProgress
public UpdateWorkProgress(PamDataBlock pamDataBlock, String fileName, int nBlock, int iBlock, int nFile, int iFile)
-
-
Method Details
-
getPamDataBlock
- Returns:
- the pamDataBlock
-
getnBlock
public int getnBlock()- Returns:
- the nBlock
-
getiBlock
public int getiBlock()- Returns:
- the iBlock
-
getnFile
public int getnFile()- Returns:
- the nFile
-
getiFile
public int getiFile()- Returns:
- the iFile
-
getFileName
- Returns:
- the fileName
-