Package com.intellij.util.io
Class OpenChannelsCache
- java.lang.Object
-
- com.intellij.util.io.OpenChannelsCache
-
public class OpenChannelsCache extends Object
-
-
Constructor Summary
Constructors Constructor Description OpenChannelsCache(int cacheSizeLimit, String accessMode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
closeChannel(File ioFile)
RandomAccessFile
getChannel(File ioFile)
void
releaseChannel(File ioFile)
-
-
-
Constructor Detail
-
OpenChannelsCache
public OpenChannelsCache(int cacheSizeLimit, @NonNls String accessMode)
-
-
Method Detail
-
getChannel
public RandomAccessFile getChannel(File ioFile) throws FileNotFoundException
- Throws:
FileNotFoundException
-
releaseChannel
public void releaseChannel(File ioFile)
-
closeChannel
public void closeChannel(File ioFile)
-
-