UncompressedSize
uint64 UncompressedSize() const
st->st_size = fAttribute->Data().UncompressedSize();
data.UncompressedSize());
attribute->Type(), attribute->Data().UncompressedSize(), data, toRead);
if (offset < 0 || (uint64)offset > data.UncompressedSize())
data.UncompressedSize() - offset);
uint64 UncompressedSize() const;
fData->UncompressedSize() - offset);
return fData.UncompressedSize();
fData->UncompressedSize());
if (offset < 0 || (uint64)offset > fData->UncompressedSize())
return data.UncompressedSize();
return data.UncompressedSize();
fUncompressedSize = data.UncompressedSize();
BBufferDataReader(data.InlineData(), data.UncompressedSize()),
fSize = data.UncompressedSize();