Searched defs:Resource (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/misc/
H A DResource.java40 * This class is used to represent a Resource that has been loaded
46 public abstract class Resource { class
48 * Returns the name of the Resource.
53 * Returns the URL of the Resource.
58 * Returns the CodeSource URL for the Resource.
63 * Returns an InputStream for reading the Resource data.
68 * Returns the length of the Resource data, or -1 if unknown.
83 * Returns the Resource data as an array of bytes.
156 * Returns the Resource data as a ByteBuffer, but only if the input stream
168 * Returns the Manifest for the Resource, o
[all...]

Completed in 46 milliseconds