| Package | Description |
|---|---|
| org.daisy.common.file |
| Modifier and Type | Method and Description |
|---|---|
Resource |
Resource.copy(File path) |
Resource |
Resource.copy(URI path) |
static Resource |
Resource.load(byte[] data,
URI path,
String mediaType) |
static Resource |
Resource.load(File from,
String mediaType) |
static Resource |
Resource.load(File from,
URI path,
String mediaType) |
static Resource |
Resource.load(InputStream data,
URI path,
String mediaType) |
static Resource |
Resource.load(Supplier<InputStream> data,
URI path,
String mediaType) |
static Resource |
Resource.load(URI from,
String mediaType) |
static Resource |
Resource.load(URI from,
URI path,
String mediaType) |
Resource |
Resource.store()
Store file to disk
|
Copyright © 2010–2026 The DAISY Consortium. All rights reserved.