| Package | Description |
|---|---|
| com.sdklite.net |
Provides network foundation classes
|
| Modifier and Type | Method and Description |
|---|---|
static MimeType |
MimeType.parse(String string)
Parse string as
MimeType |
| Constructor and Description |
|---|
MimeType(String type)
Create an instance
|
MimeType(String type,
String subtype)
Create an instance
|
MimeType(String type,
String subtype,
Map<String,String> parameters)
Create an instance
|
Copyright © 2015–2017 SDKLite. All rights reserved.