Interface FileService
public interface FileService
- Since:
- 2022-06-14
-
Method Summary
Modifier and TypeMethodDescriptionvoid
checkin
(Url url, DataProvider source, Finalizer finalizer) void
checkout
(Url url, WritableByteChannel target, Finalizer finalizer)
-
Method Details
-
checkin
- Throws:
IOException
-
checkout
- Throws:
IOException
-