public class MetakitTools
extends java.lang.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 java.lang.String |
readPString(RandomAccessInputStream stream)
Read a Pascal-style string from the given RandomAccessInputStream.
|
public static java.lang.String readPString(RandomAccessInputStream stream) throws java.io.IOException
java.io.IOExceptionpublic static int readBpInt(RandomAccessInputStream stream) throws java.io.IOException
java.io.IOExceptionCopyright © 2014 Open Microscopy Environment