Class PartialFile

java.lang.Object
org.eclipse.aether.connector.basic.PartialFile
All Implemented Interfaces:
Closeable, AutoCloseable

final class PartialFile extends Object implements Closeable
A partially downloaded file with optional support for resume. If resume is enabled, a well-known location is used for the partial file in combination with a lock file to prevent concurrent requests from corrupting it (and wasting network bandwith). Otherwise, a (non-locked) unique temporary file is used.