private static interface FileItem.Contract
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getFileLength() |
String |
getFileName() |
String |
getMimeType() |
boolean |
isValid() |
void |
write(OutputStream output) |
boolean isValid()
String getFileName()
String getMimeType()
long getFileLength()
void write(OutputStream output) throws IOException
IOExceptionCopyright © 2020. All rights reserved.