Package ome.io.nio

New Input/Output handling for the OMERO server This includes interfaces/classes for the input and output handling of data within the OMERO server.

See:
          Description

Interface Summary
OriginalFileMetadataProvider Denotes an object which can provide metadata about original files and their formats.
PixelBuffer This interface declares the I/O responsibilities of a buffer, file or otherwise, that contains a 5-dimensional Pixel array (XYZCT).
 

Class Summary
AbstractBuffer  
AbstractFileSystemService  
DeltaVision Class implementation of the PixelBuffer interface for a DeltaVision specific image file.
DeltaVisionHeader Temporary class implementation of an image file header for the server-side import of a DeltaVision file.
FileBuffer Raw file buffer which provides I/O operations within the OMERO file repository.
InMemoryPlanarPixelBuffer Class implementation of the PixelBuffer interface for in memory planar pixel data.
OriginalFilesService Raw file service which provides access to FileBuffers.
PixelData Represents a block of pixel data.
PixelsService  
ReorderedPixelData Represents a block of pixel data that needs to be re-ordered in accordance with a DeltaVision file.
RomioPixelBuffer Class implementation of the PixelBuffer interface for standard "proprietary" ROMIO/OMEIS data format.
ThumbnailService  
 

Exception Summary
DimensionsOutOfBoundsException  
 

Package ome.io.nio Description

New Input/Output handling for the OMERO server

This includes interfaces/classes for the input and output handling of data within the OMERO server.

Related Documentation

For more information, please see: