| Package | Description | 
|---|---|
| loci.formats.cache | Package containing Bio-Formats caching logic, for managing
subsets of large collections of image planes in memory. | 
| loci.formats.gui | Package containing Bio-Formats graphical user interface code. | 
| loci.plugins.util | Utility classes and methods for the Bio-Formats plugins for ImageJ. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ByteArraySourceRetrieves byte arrays from a data source
 (e.g., a file) using Bio-Formats. | 
| class  | CacheSourceSuperclass of cache sources that retrieve image planes
 from a data source (e.g., a file) using Bio-Formats. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ICacheSource | Cache. sourceCurrent cache source. | 
| Modifier and Type | Method and Description | 
|---|---|
| ICacheSource | Cache. getSource()Gets the cache's caching source. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Cache. setSource(ICacheSource source)Sets the cache's caching source. | 
| Constructor and Description | 
|---|
| Cache(ICacheStrategy strategy,
     ICacheSource source,
     boolean autoUpdate)Constructs an object cache with the given cache strategy and source. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BufferedImageSourceRetrieves BufferedImages from a data source using Bio-Formats. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ImageProcessorSourceRetrieves ImageJ image processors from an image reader. | 
Copyright © 2014 Open Microscopy Environment