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