it.geosolutions.imageio.stream.input
Interface URIImageInputStream

All Superinterfaces:
AccessibleStream<URI>, DataInput, ImageInputStream
All Known Implementing Classes:
URIImageInputStreamImpl

public interface URIImageInputStream
extends ImageInputStream, AccessibleStream<URI>

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
 
Methods inherited from interface AccessibleStream
getBinding, getTarget
 

Method Detail

getUri

URI getUri()
Returns the associated URI

Returns:
the associated URI


Copyright © 2006–2018 GeoSolutions. All rights reserved.