org.boris.winrun4j
Class Resources

java.lang.Object
  extended byorg.boris.winrun4j.Resources

public class Resources
extends java.lang.Object

Not yet implemented.


Constructor Summary
Resources()
           
 
Method Summary
static void enumerate(java.lang.String module, ResourceEnumCallback callback)
           
static java.nio.ByteBuffer find(java.lang.String module, ResourceId name, ResourceId type, int language)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Resources

public Resources()
Method Detail

find

public static java.nio.ByteBuffer find(java.lang.String module,
                                       ResourceId name,
                                       ResourceId type,
                                       int language)

enumerate

public static void enumerate(java.lang.String module,
                             ResourceEnumCallback callback)