Package | Description |
---|---|
net.sf.jguiraffe.locators |
This package contains interfaces and classes for locating resources in a generic
way.
|
Modifier and Type | Method and Description |
---|---|
static ByteArrayLocator |
ByteArrayLocator.getInstance(byte[] data)
Creates an instance of
ByteArrayLocator that is initialized
with the specified data. |
static ByteArrayLocator |
ByteArrayLocator.getInstance(String data)
Creates an instance of
ByteArrayLocator that is initialized
with the data of the specified string. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.