| Package | Description |
|---|---|
| org.osgl.util |
| Modifier and Type | Method and Description |
|---|---|
static MimeType.Trait |
MimeType.Trait.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MimeType.Trait[] |
MimeType.Trait.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<MimeType> |
MimeType.filterByTrait(MimeType.Trait trait) |
static void |
IO.registerInputStreamHandler(MimeType.Trait trait,
IO.InputStreamHandler handler)
|
boolean |
MimeType.test(MimeType.Trait trait) |
Copyright © 2014–2019 OSGL (Open Source General Library). All rights reserved.