class ReadOnlyVolumeFactory : VolumeFactory
Wraps volume factory and returns volume as readonly
<init> |
ReadOnlyVolumeFactory(volfab: VolumeFactory) Wraps volume factory and returns volume as readonly |
volfab |
val volfab: VolumeFactory |
exists |
fun exists(file: String?): Boolean |
handlesReadonly |
fun handlesReadonly(): Boolean |
makeVolume |
fun makeVolume(file: String?, readOnly: Boolean, fileLockWait: Long, sliceShift: Int, initSize: Long, fixedSize: Boolean): Volume? |
makeVolume |
open fun makeVolume(file: String, readOnly: Boolean): Volume open fun makeVolume(file: String, readOnly: Boolean, fileLockWait: Long): Volume |