org.netbeans.bootstrap/1 2.52

org.netbeans
Interface ArchiveResources


public interface ArchiveResources

Interface for objects that wish to be archived.

Since:
2.29

Method Summary
 String getIdentifier()
          identifies the resources
 byte[] resource(String name)
          Loads given resource from this set of resource
 

Method Detail

getIdentifier

String getIdentifier()
identifies the resources


resource

byte[] resource(String name)
                throws IOException
Loads given resource from this set of resource

Throws:
IOException

org.netbeans.bootstrap/1 2.52

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.