public interface VirtualFile
Modifier and Type | Method and Description |
---|---|
InputStreamFactory |
createInputStreamFactory() |
long |
getCreationTime() |
long |
getLastModified() |
String |
getName() |
long |
getSize() |
InputStream |
openInputStream(boolean lock) |
OutputStream |
openOutputStream(boolean lock) |
String getName()
InputStreamFactory createInputStreamFactory()
InputStream openInputStream(boolean lock) throws IOException
IOException
OutputStream openOutputStream(boolean lock) throws IOException
IOException
long getLastModified()
long getCreationTime()
long getSize()
Copyright © 2019. All rights reserved.