|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.j2me.barcode.License
Constructor Summary | |
License()
Initializes x new instance of this class. |
Method Summary | |
static boolean |
lcie()
|
void |
setLicense(java.io.InputStream stream)
Licenses the component. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public License()
License license = new License(); license.setLicense("Aspose.Total.lic");
Method Detail |
public void setLicense(java.io.InputStream stream) throws java.lang.Exception
License license = new License(); license.setLicense(myStream);
stream
- A stream that contains the license. Use null to switch to evaluation mode.
java.lang.Exception
public static boolean lcie()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |