public interface JPEGTurboService extends Service
| Modifier and Type | Method and Description | 
|---|---|
void | 
close()  | 
long[] | 
getRestartMarkers()  | 
byte[] | 
getTile(byte[] buf,
       int xCoordinate,
       int yCoordinate,
       int width,
       int height)  | 
byte[] | 
getTile(int xTile,
       int yTile)  | 
void | 
initialize(RandomAccessInputStream jpeg,
          int width,
          int height)  | 
void | 
setRestartMarkers(long[] markers)  | 
long[] getRestartMarkers()
void setRestartMarkers(long[] markers)
void initialize(RandomAccessInputStream jpeg, int width, int height) throws ServiceException, IOException
ServiceExceptionIOExceptionbyte[] getTile(byte[] buf,
             int xCoordinate,
             int yCoordinate,
             int width,
             int height)
               throws IOException
IOExceptionbyte[] getTile(int xTile,
             int yTile)
               throws IOException
IOExceptionvoid close()
           throws IOException
IOExceptionCopyright © 2014 Open Microscopy Environment