| Package | Description |
|---|---|
| net.snowflake.common.core |
| Modifier and Type | Method and Description |
|---|---|
static FileCompressionType |
FileCompressionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileCompressionType[] |
FileCompressionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<FileCompressionType> |
FileCompressionType.lookupByFileExtension(String fileExtension)
Lookup file compression type by file name extension.
|
static Optional<FileCompressionType> |
FileCompressionType.lookupByMimeSubType(String mimeSubType)
Lookup file compression type by MimeSubType
for example, the MimeSubType for .gz file is "application/x-gzip".
|
Copyright © 2020. All rights reserved.