com.fasterxml.sort
Interface TempFileProvider

All Known Implementing Classes:
StdTempFileProvider

public interface TempFileProvider

Interface used for object that can handle constructing of temporary files that are needed during sort and non-final merge phases.

Author:
tatu

Method Summary
 File provide()
           
 

Method Detail

provide

File provide()
             throws IOException
Throws:
IOException


Copyright © 2011. All Rights Reserved.