|
Cramfull Compiled Resources v2.00 | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Packages that use ResourceDecodingException | |
| be.arci.cramfull | The Cramfull Compiled Resources library enables to distribute resources for Java applications in compiled form, with internationalization support. |
| Uses of ResourceDecodingException in be.arci.cramfull |
| Methods in be.arci.cramfull that throw ResourceDecodingException | |
abstract byte[] |
Decoder.decode(int iEncodedLength)
Decodes a resource from a sequence of char-s. |
java.lang.String |
Cramfull.guessMIMEType(java.lang.String sResource)
Tries to determine the content type of a resource, based on it's decoded data. |
byte[] |
Cramfull.getByteArray(java.lang.String sResource)
Returns the named resource as a byte[] containing the resource's decoded data as read from the original resource file. |
byte[] |
Cramfull.getByteArray(java.lang.String sResource,
int iRetention)
Returns the named resource as a byte[] containing the resource's decoded data as read from the original resource file. |
java.io.InputStream |
Cramfull.getInputStream(java.lang.String sResource)
Returns the named resource as an InputStream from which the resource's decoded data can be read, just as if an InputStream had been opened on the original resource file. |
java.io.InputStream |
Cramfull.getInputStream(java.lang.String sResource,
int iRetention)
Returns the named resource as an InputStream from which the resource's decoded data can be read, just as if an InputStream had been opened on the original resource file. |
java.lang.Object |
Cramfull.getDeserialized(java.lang.String sResource)
Returns the named resource as an Object deserialized from the encoded resource. |
java.lang.Object |
Cramfull.getDeserialized(java.lang.String sResource,
int iRetention)
Returns the named resource as an Object deserialized from the encoded resource. |
java.util.Properties |
Cramfull.getProperties(java.lang.String sResource)
Returns a java.util.Properties object loaded from the named resource's data. |
java.util.Properties |
Cramfull.getProperties(java.lang.String sResource,
int iRetention)
Returns a java.util.Properties object loaded from the named resource's data. |
java.util.Properties |
Cramfull.getLocalizedProperties(java.lang.String sBaseName)
Returns a Properties object for the given basename, with a locale hierarchy that reflects that of this Cramfull object and it's parents, in as far as this Cramfull object was instantiated by ResourceBundle.getBundle(). |
java.util.Properties |
Cramfull.getLocalizedProperties(java.lang.String sBaseName,
int iRetention)
Returns a Properties object for the given basename, with a locale hierarchy that reflects that of this Cramfull object and it's parents, in as far as this Cramfull object was instantiated by ResourceBundle.getBundle(). |
java.awt.Image |
Cramfull.getImage(java.lang.String sResource)
Returns an Image object created from the named resource's data. |
java.awt.Image |
Cramfull.getImage(java.lang.String sResource,
int iRetention)
Returns a Image object created from the named resource's data. |
java.applet.AudioClip |
Cramfull.getAudioClip(java.lang.String sResource)
Returns an AudioClip object created from the named resource's data. |
java.applet.AudioClip |
Cramfull.getAudioClip(java.lang.String sResource,
int iRetention)
Returns an AudioClip object loaded from the named resource's data. |
|
Cramfull Compiled Resources v2.00 | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||