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