Serialized Form
-
Package org.eclipse.jgit.lfs.errors
-
Class org.eclipse.jgit.lfs.errors.CorruptLongObjectException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
contentHash
AnyLongObjectId contentHash
-
id
AnyLongObjectId id
-
-
Class org.eclipse.jgit.lfs.errors.CorruptMediaFile extends IOException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
expectedSize
long expectedSize
-
mediaFile
Path mediaFile
-
size
long size
-
-
Class org.eclipse.jgit.lfs.errors.InvalidLongObjectIdException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- 1L
-
Class org.eclipse.jgit.lfs.errors.LfsBandwidthLimitExceeded extends LfsException implements Serializable
- serialVersionUID:
- 1L
-
Class org.eclipse.jgit.lfs.errors.LfsConfigInvalidException extends IOException implements Serializable
- serialVersionUID:
- 1L
-
Class org.eclipse.jgit.lfs.errors.LfsException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Class org.eclipse.jgit.lfs.errors.LfsInsufficientStorage extends LfsException implements Serializable
- serialVersionUID:
- 1L
-
Class org.eclipse.jgit.lfs.errors.LfsRateLimitExceeded extends LfsException implements Serializable
- serialVersionUID:
- 1L
-
Class org.eclipse.jgit.lfs.errors.LfsRepositoryNotFound extends LfsException implements Serializable
- serialVersionUID:
- 1L
-
Class org.eclipse.jgit.lfs.errors.LfsRepositoryReadOnly extends LfsException implements Serializable
- serialVersionUID:
- 1L
-
Class org.eclipse.jgit.lfs.errors.LfsUnauthorized extends LfsException implements Serializable
- serialVersionUID:
- 1L
-
Class org.eclipse.jgit.lfs.errors.LfsUnavailable extends LfsException implements Serializable
- serialVersionUID:
- 1L
-
Class org.eclipse.jgit.lfs.errors.LfsValidationError extends LfsException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.eclipse.jgit.lfs.lib
-
Class org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectId extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
nibbles
int nibbles
Number of half-bytes used by this id. -
w1
long w1
-
w2
long w2
-
w3
long w3
-
w4
long w4
-
-
Class org.eclipse.jgit.lfs.lib.LongObjectId extends AnyLongObjectId implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois) throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream os) throws IOException
- Throws:
IOException
-
-