it.geosolutions.imageio.stream.input
Interface URIImageInputStream

All Superinterfaces:
DataInput, ImageInputStream
All Known Implementing Classes:
URIImageInputStreamImpl

public interface URIImageInputStream
extends ImageInputStream

An ImageInputStream that gets its input from a URI

Author:
Daniele Romagnoli, GeoSolutions, Simone Giannecchini, GeoSolutions

Method Summary
 URI getUri()
          Returns the associated URI
 
Methods inherited from interface ImageInputStream
close, flush, flushBefore, getBitOffset, getByteOrder, getFlushedPosition, getStreamPosition, isCached, isCachedFile, isCachedMemory, length, mark, read, read, read, readBit, readBits, readBoolean, readByte, readBytes, readChar, readDouble, readFloat, readFully, readFully, readFully, readFully, readFully, readFully, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedInt, readUnsignedShort, readUTF, reset, seek, setBitOffset, setByteOrder, skipBytes, skipBytes
 

Method Detail

getUri

URI getUri()
Returns the associated URI

Returns:
the associated URI


Copyright © 2006-2010 GeoSolutions. All Rights Reserved.