Uses of Class
net.sf.jguiraffe.locators.ByteArrayLocator
-
Packages that use ByteArrayLocator Package Description net.sf.jguiraffe.locators This package contains interfaces and classes for locating resources in a generic way. -
-
Uses of ByteArrayLocator in net.sf.jguiraffe.locators
Methods in net.sf.jguiraffe.locators that return ByteArrayLocator Modifier and Type Method Description static ByteArrayLocatorByteArrayLocator. getInstance(byte[] data)Creates an instance ofByteArrayLocatorthat is initialized with the specified data.static ByteArrayLocatorByteArrayLocator. getInstance(String data)Creates an instance ofByteArrayLocatorthat is initialized with the data of the specified string.
-