jp.develop.common.util.amf.decoder
Interface IArrayWriter

All Known Implementing Classes:
ArrayWriter

public interface IArrayWriter

Interface of Array Writer.

Author:
Waki Takeya
See Also:
AmfDecoder

Nested Class Summary
static interface IArrayWriter.IArrayProxy
          Interface for building up array.
 
Method Summary
 IArrayWriter.IArrayProxy getArrayProxy(Type type, int size)
          Get Writer for building up array.
 

Method Detail

getArrayProxy

IArrayWriter.IArrayProxy getArrayProxy(Type type,
                                       int size)
Get Writer for building up array.

Parameters:
type - Type of assigning to.
size - Size of array. Can be -1, if size is not fixed.
Returns:
Array writer.