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 |
| 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 |
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
FlashArray
public FlashArray()
FlashArray
public FlashArray(java.io.File data)
throws java.io.IOException
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.