Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.imagero.res
Interface Resource  view Resource download Resource.java


public interface Resource

Resource.
Anything can be embedded direct in Java class and read with proper ResourceReader. For example complete JPEG or GIF file can be embedded as into Resource. Pro - no more troubles with ClassLoader#getResource ClassLoader#getResourceAsStream.


Method Summary
 byte[] getData()
          get raw data as byte array
 java.lang.String getType()
          get resource type
 

Method Detail

getData

public byte[] getData()
get raw data as byte array


getType

public java.lang.String getType()
get resource type