public class MetakitTools extends Object
Constructor and Description |
---|
MetakitTools() |
Modifier and Type | Method and Description |
---|---|
static int |
readBpInt(RandomAccessInputStream stream)
Read a byte-packed integer from the given RandomAccessInputStream.
|
static String |
readPString(RandomAccessInputStream stream)
Read a Pascal-style string from the given RandomAccessInputStream.
|
public static String readPString(RandomAccessInputStream stream) throws IOException
IOException
public static int readBpInt(RandomAccessInputStream stream) throws IOException
IOException
Copyright © 2016 Open Microscopy Environment