Class IndexEncoder
java.lang.Object
org.graalvm.shadowed.org.tukaani.xz.index.IndexEncoder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(long unpaddedSize, long uncompressedSize) voidencode(OutputStream out) longlong
-
Constructor Details
-
IndexEncoder
public IndexEncoder()
-
-
Method Details
-
add
- Throws:
XZIOException
-
encode
- Throws:
IOException
-
getIndexSize
public long getIndexSize() -
getStreamSize
public long getStreamSize()
-