Package com.nt.udc.ndk.processor
Class DetailedFileCheckpointData
java.lang.Object
com.nt.udc.ndk.checkpoint.BaseCheckpointData
com.nt.udc.ndk.processor.FileCheckpointData
com.nt.udc.ndk.processor.DetailedFileCheckpointData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
void
read
(InputStream in) void
setCurrentFileLocation
(long loc) void
setCurrentFileName
(String name) void
write
(OutputStream out) Methods inherited from class com.nt.udc.ndk.processor.FileCheckpointData
addCompletedFile, addCompletedFiles, clearCompletedFiles, completedFileIterator, getCompletedFiles
Methods inherited from class com.nt.udc.ndk.checkpoint.BaseCheckpointData
flush, readInt, readString, restore, writeInt, writeString
-
Constructor Details
-
DetailedFileCheckpointData
-
-
Method Details
-
setCurrentFileLocation
public void setCurrentFileLocation(long loc) -
getCurrentFileLocation
public long getCurrentFileLocation() -
setCurrentFileName
-
getCurrentFileName
-
write
- Overrides:
write
in classFileCheckpointData
- Throws:
IOException
-
read
- Overrides:
read
in classFileCheckpointData
- Throws:
IOException
-