public interface FileObject extends Serializable
| 限定符和类型 | 方法和说明 |
|---|---|
MD5InputStream |
downLoad() |
String |
getAdapter() |
Long |
getCreateTime() |
String |
getHash() |
String |
getID() |
Long |
getLength() |
String |
getName() |
String |
getPath() |
String |
getRootPath() |
List<String> |
readLine(List<Integer> lineNums) |
void |
setAdapter(String adapter) |
void |
setCreateTime(Long createTime) |
void |
setHash(String hash) |
void |
setID(String id) |
void |
setLength(Long length) |
void |
setName(String name) |
void |
setPath(String path) |
void |
setRootPath(String path) |
Integer |
writeLine(String str) |
String getID()
void setID(String id)
String getName()
void setName(String name)
String getRootPath()
void setRootPath(String path)
String getAdapter()
void setAdapter(String adapter)
Long getLength()
void setLength(Long length)
String getHash()
void setHash(String hash)
String getPath()
void setPath(String path)
Long getCreateTime()
void setCreateTime(Long createTime)
MD5InputStream downLoad() throws JDSException
JDSExceptionInteger writeLine(String str) throws JDSException
JDSExceptionList<String> readLine(List<Integer> lineNums) throws JDSException
JDSExceptionCopyright © 2023 onecode. All rights reserved.