Example
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Example";
}
}
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
if(window==top) {
document.writeln('All Classes');
}
//-->
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
com.mindprod.base64
Class Example
java.lang.Object
com.mindprod.base64.Example
public final class Exampleextends java.lang.Object
Example code to test and use Base64 encode and decode. to run: java.exe com.mindprod.base64.Example
Version:
1.7, 2007-03-15 Created with IntelliJ IDEA.
Author:
Roedy Green, Canadian Mind Products
Constructor Summary
Example()
Method Summary
static void
main(java.lang.String[] arg)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
Example
public Example()
Method Detail
main
public static void main(java.lang.String[] arg)
throws java.io.UnsupportedEncodingException
Throws:
java.io.UnsupportedEncodingException
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
if(window==top) {
document.writeln('All Classes');
}
//-->
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD