public abstract class InMemoryFile<T> extends Object implements org.reflections.vfs.Vfs.File
| Constructor and Description |
|---|
InMemoryFile(T content) |
| Modifier and Type | Method and Description |
|---|---|
T |
getContent() |
abstract String |
getName() |
abstract String |
getRelativePath() |
InputStream |
openInputStream() |
protected T content
public InMemoryFile(T content)
public abstract String getName()
getName in interface org.reflections.vfs.Vfs.Filepublic abstract String getRelativePath()
getRelativePath in interface org.reflections.vfs.Vfs.Filepublic InputStream openInputStream() throws IOException
openInputStream in interface org.reflections.vfs.Vfs.FileIOExceptionpublic T getContent()
Copyright © 2012-2016. All Rights Reserved.