storageSize = raw.getStorageLength();
size = raw.getOriginalLength();
}
compression = raw.getCompression();
LastAccessUpdateMethod m = src.getLastAccessUpdateMethod();
lastAccessMethod = (m == null) ? 0 : m.asByte();
minTTLSecs = src.getMinTTLSinceAccessSecs();
maxTTLSecs = src.getMaxTTLSecs();
isDeleted = src.isDeleted();
}