Package io.github.enxign.shed.compress
Interface FileWIPInf
public interface FileWIPInf
Interface for file work-in-progress processing.
This interface defines a method for handling file-related tasks during processing, such as tracking progress and managing file metadata.
- Since:
- 2021-02-01
- Version:
- 1.0
수정일 수정자 수정내용 ---------- --------- ------------------------------- 2021-02-01 first create
- Author:
- enxign
-
Method Summary
Modifier and TypeMethodDescriptionvoid
processRun
(short sType, String path, String name, int total, int current) Executes a file processing routine with progress tracking.
-
Method Details
-
processRun
Executes a file processing routine with progress tracking.- Parameters:
sType
- the type of processing to performpath
- the full path to the target filename
- the name of the filetotal
- the total number of items to processcurrent
- the current progress count- Throws:
Exception
- if an error occurs during processing
-