jp.develop.common.util.amf.decoder
Class ArrayWriter
java.lang.Object
jp.develop.common.util.amf.decoder.ArrayWriter
- All Implemented Interfaces:
- IArrayWriter
public class ArrayWriter
- extends Object
- implements IArrayWriter
Implementation of IArrayWriter.
- Author:
- Waki Takeya
- See Also:
AmfDecoder
ArrayWriter
public ArrayWriter()
- Constructs a instance with default configuration option.
ArrayWriter
public ArrayWriter(ArrayWriterOption option)
- Constructs a instance with specified configuration option.
- Parameters:
option
- Configuration option.
getArrayProxy
public IArrayWriter.IArrayProxy getArrayProxy(Type type,
int size)
- Get Writer for building up array.
- Specified by:
getArrayProxy
in interface IArrayWriter
- Parameters:
type
- Type of assigning to.size
- Size of array. Can be -1, if size is not fixed.
- Returns:
- Array writer.