|
|||||||||
| 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[] |
java.io.File |
getFile()
returns the File object this MemoryFile is bound to |
| Method Detail |
|---|
java.io.File getFile()
throws java.io.IOException
java.io.IOException
byte[] getBytes()
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||