Class MexMatrixBundler
- java.lang.Object
-
- ubic.gemma.core.datastructure.matrix.io.MexMatrixBundler
-
public class MexMatrixBundler extends Object
Bundles a directory containing MEX files into a TAR archive.- Author:
- poirigui
- See Also:
MexMatrixWriter
-
-
Constructor Summary
Constructors Constructor Description MexMatrixBundler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
bundle(Path p, OutputStream stream)
long
calculateSize(Path path)
Calculate the size of the resulting TAR without actually producing it.
-
-
-
Method Detail
-
calculateSize
public long calculateSize(Path path) throws IOException
Calculate the size of the resulting TAR without actually producing it.- Throws:
IOException
-
bundle
public void bundle(Path p, OutputStream stream) throws IOException
- Throws:
IOException
-
-