| Package | Description | 
|---|---|
| loci.formats | 
 Bio-Formats: a library for reading and writing popular microscopy file
formats. 
 | 
| loci.formats.tiff | 
 Package containing Bio-Formats TIFF code of general utility. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected RandomAccessOutputStream | 
FormatWriter.out
Current file. 
 | 
| 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. 
 | 
| 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 © 2014 Open Microscopy Environment