| 构造器和说明 |
|---|
FileInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
BaseFileSystem |
getFileSystem() |
InputStream |
getInputStream()
获取输入流
|
Boolean |
getIsdir() |
long |
getLength() |
OutputStream |
getOutputStream()
获取输入流
|
String |
getPath() |
void |
setFileSystem(BaseFileSystem fileSystem) |
void |
setIsdir(Boolean isdir) |
void |
setLength(long length) |
void |
setPath(String path) |
public String getPath()
public void setPath(String path)
public BaseFileSystem getFileSystem()
public void setFileSystem(BaseFileSystem fileSystem)
public long getLength()
public void setLength(long length)
public Boolean getIsdir()
public void setIsdir(Boolean isdir)
public InputStream getInputStream() throws IOException
IOExceptionpublic OutputStream getOutputStream() throws IOException
IOExceptionCopyright © 2022. All rights reserved.