kr.co.hit.live.web.flex.io.type
Class ArrayCollection

java.lang.Object
  extended by kr.co.hit.live.web.flex.io.type.FlexObject
      extended by kr.co.hit.live.web.flex.io.type.ArrayCollection
All Implemented Interfaces:
Externalizable, Serializable

public class ArrayCollection
extends FlexObject
implements Externalizable

See Also:
Serialized Form

Field Summary
protected  Object[] array
           
 
Fields inherited from class kr.co.hit.live.web.flex.io.type.FlexObject
className, FLEX_IO_PACKAGE_PREFIX, FLEX_MESSAGE_PACKAGE_PREFIX, LIVE_PACKAGE_PREFIX
 
Constructor Summary
ArrayCollection()
           
ArrayCollection(Object[] oa)
           
 
Method Summary
 Object[] getArray()
           
 void readExternal(ObjectInput input)
           
 void setArray(Object[] oa)
           
 int size()
           
 void writeExternal(ObjectOutput output)
           
 
Methods inherited from class kr.co.hit.live.web.flex.io.type.FlexObject
getClassName, instantiate, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

array

protected Object[] array
Constructor Detail

ArrayCollection

public ArrayCollection()

ArrayCollection

public ArrayCollection(Object[] oa)
Method Detail

setArray

public void setArray(Object[] oa)

getArray

public Object[] getArray()

size

public int size()

readExternal

public void readExternal(ObjectInput input)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput output)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException


Copyright © 2014. All Rights Reserved.