Search
BaseList(E).readExternal Method
See Also
 

Loads the list's contents.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void readExternal (
    ObjectInput in
)

 Parameters

in

The stream to read the list from.

 See Also