Package ome.metakit
Class MetakitTools
java.lang.Object
ome.metakit.MetakitTools
Utility methods for working with Metakit database files.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intreadBpInt(loci.common.RandomAccessInputStream stream) Read a byte-packed integer from the given RandomAccessInputStream.static StringreadPString(loci.common.RandomAccessInputStream stream) Read a Pascal-style string from the given RandomAccessInputStream.
-
Constructor Details
-
MetakitTools
public MetakitTools()
-
-
Method Details
-
readPString
Read a Pascal-style string from the given RandomAccessInputStream.- Throws:
IOException
-
readBpInt
Read a byte-packed integer from the given RandomAccessInputStream. See http://equi4.com/metakit/metakit-ff.html#formatgrammar for a description of byte-packed integers.- Throws:
IOException
-