| Package | Description |
|---|---|
| loci.formats |
Bio-Formats: a library for reading and writing popular microscopy file
formats.
|
| loci.formats.out |
Package containing Bio-Formats file format writers.
|
| loci.formats.tiff |
Package containing Bio-Formats TIFF code of general utility.
|
| Modifier and Type | Field and Description |
|---|---|
protected RandomAccessOutputStream |
FormatWriter.out
Current file.
|
(package private) RandomAccessOutputStream |
Memoizer.RandomAccessDeser.saveStream |
| Modifier and Type | Field and Description |
|---|---|
private RandomAccessOutputStream |
V3DrawWriter.pixels |
private RandomAccessOutputStream |
ICSWriter.pixels |
| Modifier and Type | Field and Description |
|---|---|
protected RandomAccessOutputStream |
TiffSaver.out
Output stream to use when saving TIFF data.
|
| Modifier and Type | Method and Description |
|---|---|
RandomAccessOutputStream |
TiffSaver.getStream()
Gets the stream from which TIFF data is being saved.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TiffSaver.writeIFDValue(RandomAccessOutputStream extraOut,
long offset,
int tag,
Object value)
Writes the given IFD value to the given output object.
|
private void |
TiffSaver.writeIntValue(RandomAccessOutputStream out,
long offset)
Write the given value to the given RandomAccessOutputStream.
|
| Constructor and Description |
|---|
TiffSaver(RandomAccessOutputStream out,
ByteArrayHandle bytes)
Constructs a new TIFF saver from the given output source.
|
TiffSaver(RandomAccessOutputStream out,
String filename)
Constructs a new TIFF saver from the given output source.
|
Copyright © 2015 Open Microscopy Environment