java.lang.Object
org.jdaemon.util.data.Type
org.jdaemon.util.data.QuickListType
- public class QuickListType
- extends Type
Type object for Saving/Loading arrays from a DataRepresentation
| Fields inherited from class org.jdaemon.util.data.Type |
|
|
Constructor Summary |
QuickListType(Type element_type)
Creates a new instance of QuickListType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
element_type
private Type element_type
QuickListType
public QuickListType(Type element_type)
- Creates a new instance of QuickListType
read
public java.lang.Object read(DataRepresentation representation)
throws ReadError,
ObjectInstantiationError
- Reads an array of objects from some DataRepresentation.
- Specified by:
read in class Type
write
public void write(DataRepresentation representation,
java.lang.Object object)
throws WriteError
- Writes an array of objects to some DataRepresentation.
- Specified by:
write in class Type