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 ByteArrayLocator
ByteArrayLocator. getInstance(byte[] data)
Creates an instance ofByteArrayLocator
that is initialized with the specified data.static ByteArrayLocator
ByteArrayLocator. getInstance(String data)
Creates an instance ofByteArrayLocator
that is initialized with the data of the specified string.
-