IDownloadLoc

public interface IDownloadLoc implements Serializable

An abstract download location, which can only open the input stream for reading

Functions

Link copied to clipboard
public abstract String getName()

The name of download location.

Link copied to clipboard
public abstract String getPath()

The path of download location.

Link copied to clipboard
public abstract InputStream openInputStream()

Open an input stream for reading. The caller has the responsibility to close this.

Inheritors

Link copied to clipboard
Link copied to clipboard