|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReadOnlyMemoryFile
A convenience interface, for when one wants to work with an entire file in memory as a byte[].
Method Summary | |
---|---|
byte[] |
getBytes()
returns the contents of the file as a byte[] |
File |
getFile()
returns the File object this MemoryFile is bound to |
Method Detail |
---|
File getFile() throws IOException
IOException
byte[] getBytes() throws IOException
IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |