it.geosolutions.imageio.stream.input
Interface FileImageInputStreamExt

All Superinterfaces:
AccessibleStream<File>, DataInput, ImageInputStream
All Known Implementing Classes:
FileImageInputStreamExtFileChannelImpl, FileImageInputStreamExtImpl, GZIPFilterFileImageInputStreamExt

Deprecated. use AccessibleStream instead

public interface FileImageInputStreamExt
extends ImageInputStream, AccessibleStream<File>

An ImageInputStream that gets its input from a File.

Author:
Daniele Romagnoli, GeoSolutions, Simone Giannecchini, GeoSolutions

Method Summary
 File getFile()
          Deprecated. 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
 
Methods inherited from interface AccessibleStream
getBinding, getTarget
 

Method Detail

getFile

File getFile()
Deprecated. 
Returns the associated File

Returns:
the associated File


Copyright © 2006-2012 GeoSolutions. All Rights Reserved.