Package com.mchange.io.impl
Class LazyReadOnlyMemoryFileImpl
java.lang.Object
com.mchange.io.impl.LazyReadOnlyMemoryFileImpl
- All Implemented Interfaces:
ReadOnlyMemoryFile
- Direct Known Subclasses:
LazyStringMemoryFileImpl
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
LazyReadOnlyMemoryFileImpl
-
LazyReadOnlyMemoryFileImpl
-
-
Method Details
-
getFile
Description copied from interface:ReadOnlyMemoryFile
returns the File object this MemoryFile is bound to- Specified by:
getFile
in interfaceReadOnlyMemoryFile
-
getBytes
Description copied from interface:ReadOnlyMemoryFile
returns the contents of the file as a byte[]- Specified by:
getBytes
in interfaceReadOnlyMemoryFile
- Throws:
IOException
-