it.geosolutions.imageio.stream.input
Interface FileImageInputStreamExt

All Superinterfaces:
DataInput, ImageInputStream
All Known Implementing Classes:
FileImageInputStreamExtImpl, GZIPFilterFileImageInputStreamExt

public interface FileImageInputStreamExt
extends ImageInputStream

An ImageInputStream that gets its input from a File.

Author:
Daniele Romagnoli, GeoSolutions, Simone Giannecchini, GeoSolutions

Method Summary
 File getFile()
          Returns the associated File
 
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

getFile

File getFile()
Returns the associated File

Returns:
the associated File


Copyright © 2006-2010 GeoSolutions. All Rights Reserved.