it.geosolutions.imageio.stream
Interface AccessibleStream<T>

Type Parameters:
T -
All Known Subinterfaces:
FileImageInputStreamExt, FileImageOutputStreamExt, URIImageInputStream
All Known Implementing Classes:
ECWPImageInputStream, FileImageInputStreamExtFileChannelImpl, FileImageInputStreamExtImpl, FileImageOutputStreamExtImpl, FilterImageOutputStream, GZIPFilterFileImageInputStreamExt, ImageInputStreamAdapter, ImageOutputStreamAdapter, URIImageInputStreamImpl

public interface AccessibleStream<T>

Simple interface to expose the underlying target for an ImageInputStreamor ImageOutputStream.

Author:
Simone Giannecchini, GeoSolutions

Method Summary
 Class<T> getBinding()
          Retrieve the class for the target object.
 T getTarget()
          Retrieves the target object on which we work.
 

Method Detail

getTarget

T getTarget()
Retrieves the target object on which we work.

Returns:
the target object on which we work.

getBinding

Class<T> getBinding()
Retrieve the class for the target object.

Returns:
the class for the target object.


Copyright © 2006-2012 GeoSolutions. All Rights Reserved.