Uses of Interface
org.eclipse.jgit.internal.storage.dfs.ReadableChannel
-
Packages that use ReadableChannel Package Description org.eclipse.jgit.internal.fsck Git fsck support.org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage. -
-
Uses of ReadableChannel in org.eclipse.jgit.internal.fsck
Fields in org.eclipse.jgit.internal.fsck declared as ReadableChannel Modifier and Type Field Description private ReadableChannel
FsckPackParser. channel
Constructors in org.eclipse.jgit.internal.fsck with parameters of type ReadableChannel Constructor Description FsckPackParser(ObjectDatabase db, ReadableChannel channel)
Constructor for FsckPackParser -
Uses of ReadableChannel in org.eclipse.jgit.internal.storage.dfs
Classes in org.eclipse.jgit.internal.storage.dfs that implement ReadableChannel Modifier and Type Class Description private static class
InMemoryRepository.ByteArrayReadableChannel
Fields in org.eclipse.jgit.internal.storage.dfs declared as ReadableChannel Modifier and Type Field Description private ReadableChannel
DfsReftable.CacheSource. ch
private ReadableChannel
BlockBasedFile.LazyChannel. rc
Methods in org.eclipse.jgit.internal.storage.dfs that return ReadableChannel Modifier and Type Method Description ReadableChannel
BlockBasedFile.LazyChannel. get()
ReadableChannel
DfsBlockCache.ReadableChannelSupplier. get()
private ReadableChannel
DfsReftable.CacheSource. open()
protected 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)
Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type ReadableChannel Modifier and Type Method Description (package private) int
BlockBasedFile. blockSize(ReadableChannel rc)
private long
DfsPackFile. copyPackBypassCache(PackOutputStream out, ReadableChannel rc)
private void
DfsPackFile. copyPackThroughCache(PackOutputStream out, DfsReader ctx, ReadableChannel rc)
private java.nio.ByteBuffer
DfsPackFile. newCopyBuffer(PackOutputStream out, ReadableChannel rc)
(package private) static int
BlockBasedFile. read(ReadableChannel rc, java.nio.ByteBuffer buf)
(package private) DfsBlock
BlockBasedFile. readOneBlock(long pos, DfsReader ctx, ReadableChannel rc)
private void
DfsFsck. verifyPack(ProgressMonitor pm, FsckError errors, DfsReader ctx, DfsPackFile pack, ReadableChannel ch)
-