public class AsicUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ASIC_MANIFEST_BASENAME |
static String |
MIMETYPE_ASICE
The MIME type, which should be the very first entry in the container
|
static Pattern |
PATTERN_CADES_MANIFEST |
| Modifier and Type | Method and Description |
|---|---|
static void |
combine(OutputStream outputStream,
InputStream... inputStreams)
Combine multiple containers to one container.
|
static MimeType |
detectMime(String filename) |
public static final String MIMETYPE_ASICE
public static final String ASIC_MANIFEST_BASENAME
public static final Pattern PATTERN_CADES_MANIFEST
public static void combine(OutputStream outputStream, InputStream... inputStreams) throws IOException
outputStream - Stream for target container.inputStreams - Streams for source containers.IOExceptionpublic static MimeType detectMime(String filename) throws IOException
IOExceptionCopyright © 2023. All rights reserved.