public class CharsetUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getCharset(org.mule.runtime.api.util.MultiMap<String,String> headers,
Object payload) |
static String |
getCharset(String contentType) |
static byte[] |
trimBom(byte[] content)
Removes BOM from byte array if present
|
Copyright © 2020. All rights reserved.