Class BlockBasedFile.LazyChannel

java.lang.Object
org.eclipse.jgit.internal.storage.dfs.BlockBasedFile.LazyChannel
All Implemented Interfaces:
AutoCloseable, DfsBlockCache.ReadableChannelSupplier
Enclosing class:
BlockBasedFile

private static class BlockBasedFile.LazyChannel extends Object implements AutoCloseable, DfsBlockCache.ReadableChannelSupplier
A supplier of readable channel that opens the channel lazily.