public interface VirtualFileDescriptor
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeEncrypted() |
VirtualFileDescriptor |
copy(long acceptedSize) |
long |
getFileSize() |
@NotNull java.io.InputStream |
getInputStream() |
@NotNull java.lang.String |
getName() |
@NotNull java.lang.String |
getPath() |
long |
getTimeStamp() |
boolean |
hasContent() |
boolean |
shouldCloseStream() |
@NotNull @NotNull java.lang.String getPath()
@NotNull @NotNull java.lang.String getName()
boolean hasContent()
@NotNull
@NotNull java.io.InputStream getInputStream()
throws java.io.IOException
java.io.IOExceptionboolean shouldCloseStream()
long getFileSize()
long getTimeStamp()
boolean canBeEncrypted()
VirtualFileDescriptor copy(long acceptedSize)