Interface HttpDownloadProcessor.FileInfo
-
- Enclosing class:
- HttpDownloadProcessor
public static interface HttpDownloadProcessor.FileInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFileDigest()StringgetFileName()longgetFileSize()InputStreamgetInputStream()longgetLastModified()
-
-
-
Method Detail
-
getLastModified
long getLastModified()
-
getFileSize
long getFileSize()
-
getFileName
@NotNull String getFileName()
-
getFileDigest
@NotNull String getFileDigest()
-
getInputStream
@NotNull InputStream getInputStream() throws IOException
- Throws:
IOException
-
-