Squared.Data.Mangler.Internal.StreamRef.GetTotalLength C# (CSharp) Method

GetTotalLength() protected method

protected GetTotalLength ( ) : long
return long
        protected unsafe long GetTotalLength()
        {
            using (var header = AccessHeader())
                return header.Ptr->DataLength + HeaderSize;
        }