Package | Description |
---|---|
com.devexperts.io |
Provides input/output utility classes.
|
Modifier and Type | Field and Description |
---|---|
static StreamCompression |
StreamCompression.GZIP
Gzip compression format.
|
static StreamCompression |
StreamCompression.NONE
No compression.
|
static StreamCompression |
StreamCompression.ZIP
Zip compression format.
|
Modifier and Type | Method and Description |
---|---|
static StreamCompression |
StreamCompression.detectCompressionByExtension(String fileName)
Detects compression format by the extension at the end of the file name.
|
static StreamCompression |
StreamCompression.detectCompressionByHeader(InputStream in)
Detects compression format by the magic number in the file header.
|
static StreamCompression |
StreamCompression.detectCompressionByMimeType(String mimeType)
Detects compression format by the mime type.
|
static StreamCompression |
StreamCompression.valueOf(String value)
Parses stream compression format description from string.
|
Copyright © 2002–2025 Devexperts LLC. All rights reserved.