CloudinaryDotNet.Actions.FileDescription.IsLastPart C# (CSharp) Method

IsLastPart() private method

private IsLastPart ( ) : bool
return bool
        internal bool IsLastPart()
        {
            return GetFileLength() - BytesSent <= BufferLength;
        }