PofStreamReaderReadCollectionT Method (Int32, ICollectionT) |
Namespace: Tangosol.IO.Pof
public virtual ICollection<T> ReadCollection<T>( int index, ICollection<T> coll )
| Exception | Condition |
|---|---|
| InvalidOperationException | If the POF stream has already advanced past the desired property. |
| IOException | If an I/O error occurs. |