public static UnpackArray ( Stream source ) : IList |
||
source | Stream | The |
리턴 | IList |
The processed bytes count can be calculated via P:Stream.Position of source when the P:Stream.CanSeek is true
.
When the type of packed value is not known, use UnpackObject(Stream) instead.
public static UnpackArray ( Stream source ) : IList |
||
source | Stream | The |
리턴 | IList |