Uses of Interface
org.eclipse.jgit.internal.storage.dfs.ReadableChannel
Packages that use ReadableChannel
Package
Description
Git fsck support.
Distributed file system based repository storage.
-
Uses of ReadableChannel in org.eclipse.jgit.internal.fsck
Constructors in org.eclipse.jgit.internal.fsck with parameters of type ReadableChannelModifierConstructorDescriptionFsckPackParser
(ObjectDatabase db, ReadableChannel channel) Constructor for FsckPackParser -
Uses of ReadableChannel in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return ReadableChannelModifier and TypeMethodDescriptionprotected abstract ReadableChannel
DfsObjDatabase.openFile
(DfsPackDescription desc, PackExt ext) Open a pack, pack index, or other related file for reading.protected ReadableChannel
InMemoryRepository.MemObjDatabase.openFile
(DfsPackDescription desc, PackExt ext)