com.fitbur.tukaani.xz.index.BlockInfo Maven / Gradle / Ivy
/*
* BlockInfo
*
* Author: Lasse Collin
*
* This file has been put into the public domain.
* You can do whatever you want with this file.
*/
package com.fitbur.tukaani.xz.index;
import com.fitbur.tukaani.xz.com.fitburmon.StreamFlags;
public class BlockInfo {
public StreamFlags streamFlags;
public long com.fitburpressedOffset;
public long uncompressedOffset;
public long unpaddedSize;
public long uncompressedSize;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy