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

Quick Search    Search Deep

vrml
Class FWHelper  view FWHelper download FWHelper.java

java.lang.Object
  extended byvrml.FWHelper

public class FWHelper
extends java.lang.Object


Field Summary
(package private) static java.lang.String base64alphabet
           
(package private) static byte[] revBase64
           
 
Constructor Summary
FWHelper()
           
 
Method Summary
static java.lang.String base64decode(java.lang.String str)
           
static java.lang.String base64encode(java.lang.String str)
           
static java.lang.String nodeToString(BaseNode node)
           
static java.lang.String quote(java.lang.String str)
          This is the static method, that quotes a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

base64alphabet

static java.lang.String base64alphabet

revBase64

static byte[] revBase64
Constructor Detail

FWHelper

public FWHelper()
Method Detail

base64encode

public static java.lang.String base64encode(java.lang.String str)

base64decode

public static java.lang.String base64decode(java.lang.String str)

quote

public static java.lang.String quote(java.lang.String str)
This is the static method, that quotes a string.


nodeToString

public static java.lang.String nodeToString(BaseNode node)