Uses of Enum Class
org.eclipse.jgit.transport.PackParser.Source
Packages that use PackParser.Source
Package
Description
Git fsck support.
Distributed file system based repository storage.
File based repository storage.
Transport (fetch/push) for different protocols.
-
Uses of PackParser.Source in org.eclipse.jgit.internal.fsck
Methods in org.eclipse.jgit.internal.fsck with parameters of type PackParser.SourceModifier and TypeMethodDescriptionprotected void
FsckPackParser.onObjectData
(PackParser.Source src, byte[] raw, int pos, int len) Store (and/or checksum) a portion of an object's data.protected void
FsckPackParser.onObjectHeader
(PackParser.Source src, byte[] raw, int pos, int len) Store (and/or checksum) an object header. -
Uses of PackParser.Source in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type PackParser.SourceModifier and TypeMethodDescriptionprotected void
DfsPackParser.onObjectData
(PackParser.Source src, byte[] raw, int pos, int len) Store (and/or checksum) a portion of an object's data.protected void
DfsPackParser.onObjectHeader
(PackParser.Source src, byte[] raw, int pos, int len) Store (and/or checksum) an object header. -
Uses of PackParser.Source in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file with parameters of type PackParser.SourceModifier and TypeMethodDescriptionprotected void
ObjectDirectoryPackParser.onObjectData
(PackParser.Source src, byte[] raw, int pos, int len) Store (and/or checksum) a portion of an object's data.protected void
ObjectDirectoryPackParser.onObjectHeader
(PackParser.Source src, byte[] raw, int pos, int len) Store (and/or checksum) an object header. -
Uses of PackParser.Source in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as PackParser.SourceMethods in org.eclipse.jgit.transport that return PackParser.SourceModifier and TypeMethodDescriptionstatic PackParser.Source
Returns the enum constant of this class with the specified name.static PackParser.Source[]
PackParser.Source.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jgit.transport with parameters of type PackParser.SourceModifier and TypeMethodDescription(package private) int
PackParser.fill
(PackParser.Source src, int need) private InputStream
PackParser.inflate
(PackParser.Source src, long inflatedSize) private byte[]
PackParser.inflateAndReturn
(PackParser.Source src, long inflatedSize) private void
PackParser.inflateAndSkip
(PackParser.Source src, long inflatedSize) protected abstract void
PackParser.onObjectData
(PackParser.Source src, byte[] raw, int pos, int len) Store (and/or checksum) a portion of an object's data.protected abstract void
PackParser.onObjectHeader
(PackParser.Source src, byte[] raw, int pos, int len) Store (and/or checksum) an object header.(package private) void
PackParser.InflaterStream.open
(PackParser.Source source, long inflatedSize) private int
PackParser.readFrom
(PackParser.Source src)