public static final class ContentSource.Pair extends Object
Constructor | Description |
---|---|
Pair(ContentSource oldSource,
ContentSource newSource) |
Construct a pair of sources.
|
Modifier and Type | Method | Description |
---|---|---|
ObjectLoader |
open(DiffEntry.Side side,
DiffEntry ent) |
Open the object.
|
long |
size(DiffEntry.Side side,
DiffEntry ent) |
Determine the size of the object.
|
public Pair(ContentSource oldSource, ContentSource newSource)
oldSource
- source to read the old side of a DiffEntry.newSource
- source to read the new side of a DiffEntry.public long size(DiffEntry.Side side, DiffEntry ent) throws IOException
side
- which side of the entry to read (OLD or NEW).ent
- the entry to examine.IOException
- the file cannot be accessed.public ObjectLoader open(DiffEntry.Side side, DiffEntry ent) throws IOException
side
- which side of the entry to read (OLD or NEW).ent
- the entry to examine.IOException
- the file cannot be accessed.Copyright © 2018. All rights reserved.