org.tinygroup.weblayer.webcontext.parser.fileupload
public class TinyItemFileObject extends org.tinygroup.vfs.impl.AbstractFileObject implements ItemFileObject
| Constructor and 描述 |
|---|
TinyItemFileObject(TinyFileItem fileItem) |
| Modifier and Type | Method and 描述 |
|---|---|
String |
getAbsolutePath() |
org.tinygroup.vfs.FileObject |
getChild(String fileName) |
List<org.tinygroup.vfs.FileObject> |
getChildren() |
String |
getExtName() |
org.apache.commons.fileupload.FileItem |
getFileItem()
文件对象关联的fileitem对象
|
String |
getFileName() |
InputStream |
getInputStream() |
long |
getLastModifiedTime() |
OutputStream |
getOutputStream() |
String |
getPath() |
long |
getSize() |
URL |
getURL() |
boolean |
isExist() |
boolean |
isFolder() |
boolean |
isInPackage() |
clean, equals, foreach, foreach, getFileObject, getParent, getSchemaProvider, hashCode, isModified, resetModified, setParent, substringAfterpublic TinyItemFileObject(TinyFileItem fileItem)
public String getFileName()
getFileName 接口 {1} 中的 {0} org.tinygroup.vfs.FileObjectpublic String getPath()
getPath 接口 {1} 中的 {0} org.tinygroup.vfs.FileObjectpublic String getAbsolutePath()
getAbsolutePath 接口 {1} 中的 {0} org.tinygroup.vfs.FileObjectpublic String getExtName()
getExtName 接口 {1} 中的 {0} org.tinygroup.vfs.FileObjectpublic boolean isExist()
isExist 接口 {1} 中的 {0} org.tinygroup.vfs.FileObjectpublic long getSize()
getSize 接口 {1} 中的 {0} org.tinygroup.vfs.FileObjectpublic InputStream getInputStream()
getInputStream 接口 {1} 中的 {0} org.tinygroup.vfs.FileObjectpublic boolean isFolder()
isFolder 接口 {1} 中的 {0} org.tinygroup.vfs.FileObjectpublic List<org.tinygroup.vfs.FileObject> getChildren()
getChildren 接口 {1} 中的 {0} org.tinygroup.vfs.FileObjectpublic org.tinygroup.vfs.FileObject getChild(String fileName)
getChild 接口 {1} 中的 {0} org.tinygroup.vfs.FileObjectpublic long getLastModifiedTime()
getLastModifiedTime 接口 {1} 中的 {0} org.tinygroup.vfs.FileObjectpublic boolean isInPackage()
isInPackage 接口 {1} 中的 {0} org.tinygroup.vfs.FileObjectpublic URL getURL()
getURL 接口 {1} 中的 {0} org.tinygroup.vfs.FileObjectpublic OutputStream getOutputStream()
getOutputStream 接口 {1} 中的 {0} org.tinygroup.vfs.FileObjectpublic org.apache.commons.fileupload.FileItem getFileItem()
ItemFileObjectgetFileItem 接口 {1} 中的 {0} ItemFileObjectCopyright © 2006–2015 TinyGroup. All rights reserved.