phelps.io
public class Rez extends Object
/Developer/Tools/SplitForks
can move data from resource to data forks.
OS X .dfont
s have a resource format in the data fork.Version: $Revision: 1.2 $ $Date: 2003/12/28 05:30:28 $
Constructor Summary | |
---|---|
Rez(RandomAccess ra, long offset) |
Method Summary | |
---|---|
String[] | getNames(int type) Returns array of names for resource of type, or 0-length array if no such type. |
long[] | getResource(int type, String name)
Return array of offset and length for data of type and within that name.
|
long[] | getResources(int type)
Returns array of offsets and lengths of data for all resources of type,
in the order offset1 length1 offset2 length2 .... |
int[] | getTypes() |