com.swfit.core.flash
Class FlashArray

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--com.swfit.core.flash.FlashArray
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class FlashArray
extends java.util.Hashtable

File format that flash 4 can read.

Since:
SWFIT1.0
Version:
$Revision: 1.1 $ $Date: 2003/02/02 20:47:25 $
Author:
Olaf Havnes
See Also:
Serialized Form

Inner classes inherited from class java.util.Map
java.util.Map.Entry
 
Field Summary
static java.lang.String AMPERSAND
           
static java.lang.String ARRAY_NAME
           
static java.lang.String EQUALSIGN
           
static java.lang.String NUM
           
static java.lang.String NUM_ARRAYS
           
static java.lang.String UNDERSCORE
           
static java.lang.String VAR_LOAD
           
 
Constructor Summary
FlashArray()
           
FlashArray(java.io.File data)
           
 
Method Summary
 FlashValue getFlashValue(java.lang.String name)
           
 java.lang.String[] paramNames()
           
 java.lang.String[][] paramValues()
           
 FlashValue putFlashValue(FlashValue flash_value)
           
 FlashValue removeFlashValue(FlashValue flash_value)
           
 FlashValue removeFlashValue(java.lang.String name)
           
 void toFile(java.io.File file)
           
 java.lang.StringBuffer toStringBuffer()
           
 void toStrings()
           
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NUM_ARRAYS

public static final java.lang.String NUM_ARRAYS

ARRAY_NAME

public static final java.lang.String ARRAY_NAME

EQUALSIGN

public static final java.lang.String EQUALSIGN

AMPERSAND

public static final java.lang.String AMPERSAND

UNDERSCORE

public static final java.lang.String UNDERSCORE

NUM

public static final java.lang.String NUM

VAR_LOAD

public static final java.lang.String VAR_LOAD
Constructor Detail

FlashArray

public FlashArray()

FlashArray

public FlashArray(java.io.File data)
           throws java.io.IOException
Method Detail

paramNames

public java.lang.String[] paramNames()

paramValues

public java.lang.String[][] paramValues()

getFlashValue

public FlashValue getFlashValue(java.lang.String name)

putFlashValue

public FlashValue putFlashValue(FlashValue flash_value)

removeFlashValue

public FlashValue removeFlashValue(FlashValue flash_value)

removeFlashValue

public FlashValue removeFlashValue(java.lang.String name)

toStrings

public void toStrings()

toStringBuffer

public java.lang.StringBuffer toStringBuffer()

toFile

public void toFile(java.io.File file)
            throws java.io.IOException


Swfit developer homepage
Copyright © 2003 Orgdot AS. All Rights Reserved.