public class StorePlugin extends Object
| Constructor and Description |
|---|
StorePlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
download(java.util.function.Consumer<InputStream> consumer) |
<T> T |
download(java.util.function.Function<InputStream,T> op) |
public void download(java.util.function.Consumer<InputStream> consumer)
public <T> T download(java.util.function.Function<InputStream,T> op)
Copyright © 2026 Suncode. All rights reserved.