public class FileUtil.FileModel extends AbstractModelRule
log| 构造器和说明 |
|---|
FileModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getHeight() |
InputStream |
getInputStream() |
int |
getWidth() |
boolean |
isImage() |
void |
setHeight(int height) |
void |
setImage(boolean isImage) |
void |
setInputStream(InputStream inputStream) |
void |
setWidth(int width) |
toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitverificationFieldpublic boolean isImage()
public void setImage(boolean isImage)
public InputStream getInputStream()
public void setInputStream(InputStream inputStream)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
Copyright © 2020. All rights reserved.