You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An Exiv2::DataValue value could be a large block of binary data. Other data blocks, such as Exiv2::PreviewImage, have methods like pData() to allow copy-free reading of their data. Is there some good reason that I haven't spotted why DataValue doesn't?