public interface IProducer
| 限定符和类型 | 方法和说明 |
|---|---|
long |
contentLength() |
long |
lastModified() |
int |
produce(File file) |
InputStream |
stream() |
long contentLength()
throws IOException
IOExceptionlong lastModified()
throws IOException
IOExceptionInputStream stream() throws IOException
IOExceptionint produce(File file) throws IOException
IOExceptionCopyright (c) 2002-2020 Luther Inc.