public static UnpackInt64 ( Stream source ) : System.Int64 | ||
source | Stream | The |
return | System.Int64 |
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 UnpackInt64 ( Stream source ) : System.Int64 | ||
source | Stream | The |
return | System.Int64 |