StringMemoryFileLazyReadOnlyMemoryFileImpl, LazyStringMemoryFileImplpublic interface ReadOnlyMemoryFile
| Modifier and Type | Method | Description |
|---|---|---|
byte[] |
getBytes() |
returns the contents of the file as a byte[]
|
java.io.File |
getFile() |
returns the File object this MemoryFile is bound to
|