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
Constructors -
Method Summary
-
Constructor Details
-
LazyReadOnlyMemoryFileImpl
-
LazyReadOnlyMemoryFileImpl
-
-
Method Details
-
getFile
Description copied from interface:ReadOnlyMemoryFilereturns the File object this MemoryFile is bound to- Specified by:
getFilein interfaceReadOnlyMemoryFile
-
getBytes
Description copied from interface:ReadOnlyMemoryFilereturns the contents of the file as a byte[]- Specified by:
getBytesin interfaceReadOnlyMemoryFile- Throws:
IOException
-