public class Patches extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Patches.PatchStreamConsumer |
| Constructor and Description |
|---|
Patches(retrofit2.Retrofit retrofit) |
| Modifier and Type | Method and Description |
|---|---|
void |
download(Patch patch,
OutputStream out) |
void |
download(Patch patch,
Patches.PatchStreamConsumer out) |
public void download(Patch patch, OutputStream out) throws IOException
IOExceptionpublic void download(Patch patch, Patches.PatchStreamConsumer out) throws IOException
IOExceptionCopyright © 2026 Suncode. All rights reserved.