public abstract class BundleDeltaClient
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
BundleDeltaClient.ClientType |
Constructor and Description |
---|
BundleDeltaClient() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
canHandle(BundleDeltaClient.ClientType type) |
java.lang.String |
extendUrlForDelta(java.lang.String bundleURL) |
protected abstract android.util.Pair<java.lang.Boolean,NativeDeltaClient> |
processDelta(BufferedSource body,
java.io.File outputFile) |
android.util.Pair<java.lang.Boolean,NativeDeltaClient> |
processDelta(Headers headers,
BufferedSource body,
java.io.File outputFile) |
void |
reset() |
public abstract boolean canHandle(BundleDeltaClient.ClientType type)
protected abstract android.util.Pair<java.lang.Boolean,NativeDeltaClient> processDelta(BufferedSource body, java.io.File outputFile) throws java.io.IOException
java.io.IOException
public final java.lang.String extendUrlForDelta(java.lang.String bundleURL)
public void reset()
public android.util.Pair<java.lang.Boolean,NativeDeltaClient> processDelta(Headers headers, BufferedSource body, java.io.File outputFile) throws java.io.IOException
java.io.IOException