Interface FileService
public interface FileService
Service for performing file operations (checkin and checkout).
Provides methods to check in files (upload) and check out files (download) using FCS (File Content Service) tickets. Uses data providers for file sources and finalizers to complete the transfer operations.
- Since:
- 2022-06-14
-
Method Summary
Modifier and TypeMethodDescriptionvoidcheckin(Url url, DataProvider source, Finalizer finalizer) voidcheckout(Url url, WritableByteChannel target, Finalizer finalizer)
-
Method Details
-
checkin
- Throws:
IOException
-
checkout
- Throws:
IOException
-