loci.formats
Class JPEGReader

java.lang.Object
  extended byloci.formats.FormatHandler
      extended byloci.formats.FormatReader
          extended byloci.formats.ImageIOReader
              extended byloci.formats.JPEGReader

public class JPEGReader
extends ImageIOReader

JPEGReader is the file format reader for JPEG images.


Field Summary
 
Fields inherited from class loci.formats.FormatReader
DEBUG, DEBUG_LEVEL, metadata, ome
 
Fields inherited from class loci.formats.FormatHandler
chooser, currentId, filters, format, suffixes
 
Constructor Summary
JPEGReader()
          Constructs a new JPEGReader.
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class loci.formats.ImageIOReader
close, getImageCount, isThisType, open
 
Methods inherited from class loci.formats.FormatReader
createFilters, getMetadata, getMetadataValue, getOMENode, initFile, open, testRead
 
Methods inherited from class loci.formats.FormatHandler
getFileChooser, getFileFilters, getFormat, getSuffixes, isThisType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPEGReader

public JPEGReader()
Constructs a new JPEGReader.

Method Detail

main

public static void main(String[] args)
                 throws FormatException,
                        IOException
Throws:
FormatException
IOException