MockIndexInputWrapper
open class MockIndexInputWrapper(dir: MockDirectoryWrapper, val name: String, delegate: IndexInput, parent: MockIndexInputWrapper?, readAdvice: ReadAdvice, confined: Boolean) : FilterIndexInput
Used by MockDirectoryWrapper to create an input stream that keeps track of when it's been closed.
Constructors
Link copied to clipboard
constructor(dir: MockDirectoryWrapper, name: String, delegate: IndexInput, parent: MockIndexInputWrapper?, readAdvice: ReadAdvice, confined: Boolean)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun slice(sliceDescription: String, offset: Long, length: Long, readAdvice: ReadAdvice): IndexInput
Link copied to clipboard