Interface IOContext


public interface IOContext
IOContext holds additional details on the merge/search context. An IOContext object can never be passed as a null parameter to either Directory.openInput(String, IOContext) or Directory.createOutput(String, IOContext)

Implementations of IOContext are immutable and thread-safe.