public class Icon
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
encoding |
Modifier | Constructor and Description |
---|---|
protected |
Icon(java.lang.String base64Encoding) |
Modifier and Type | Method and Description |
---|---|
static Icon |
from(byte[] data) |
static Icon |
from(java.io.File file) |
static Icon |
from(java.io.InputStream stream) |
java.lang.String |
getEncoding() |
public java.lang.String getEncoding()
public static Icon from(java.io.File file) throws java.io.IOException
java.io.IOException
public static Icon from(java.io.InputStream stream) throws java.io.IOException
java.io.IOException
public static Icon from(byte[] data)