public class IcnsParser extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
IcnsParser(File icnsFile) |
| Modifier and Type | Method and Description |
|---|---|
static IcnsParser |
forFile(File file) |
static IcnsParser |
forFile(String path) |
InputStream |
getIconStream(IcnsType iconType) |
boolean |
hasIconType(IcnsType iconType) |
void |
parse() |
protected IcnsParser(File icnsFile)
public static IcnsParser forFile(String path) throws IOException
IOExceptionpublic static IcnsParser forFile(File file) throws IOException
IOExceptionpublic void parse()
throws IOException
IOExceptionpublic boolean hasIconType(IcnsType iconType)
public InputStream getIconStream(IcnsType iconType) throws IOException
IOExceptionCopyright © 2016 CenterDevice GmbH. All rights reserved.