IOContext
constructor(context: IOContext.Context, mergeInfo: MergeInfo?, flushInfo: FlushInfo?, readAdvice: ReadAdvice)
Parameters
context
An object of a enumerator Context type
mergeInfo
must be given when context == MERGE
flushInfo
must be given when context == FLUSH
readAdvice
Advice regarding the read access pattern
Creates an IOContext for flushing.
Creates an IOContext for merging.