Class ChanneledFileOutputWriter
java.lang.Object
io.github.slimjar.downloader.output.ChanneledFileOutputWriter
- All Implemented Interfaces:
OutputWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull FilewriteFrom(@NotNull InputStream inputStream, long length)
-
Constructor Details
-
ChanneledFileOutputWriter
-
-
Method Details
-
writeFrom
@Contract(mutates="param1") @NotNull public @NotNull File writeFrom(@NotNull @NotNull InputStream inputStream, long length) throws OutputWriterException - Specified by:
writeFromin interfaceOutputWriter- Throws:
OutputWriterException
-