public interface ReadOnlyMemoryFile
Modifier and Type | Method and Description |
---|---|
byte[] |
getBytes()
returns the contents of the file as a byte[]
|
File |
getFile()
returns the File object this MemoryFile is bound to
|
File getFile() throws IOException
IOException
byte[] getBytes() throws IOException
IOException
Copyright © 2017 com.mchange. All rights reserved.