public class URIImageInputStreamImpl extends ImageInputStreamImpl implements URIImageInputStream
ImageInputStream that gets its input from a
URI.
Note that this class doesn't actually allow read operations. It is actually
only used to allow defining an ImageInputStream for a URI.bitOffset, byteOrder, flushedPos, streamPos| Constructor and Description |
|---|
URIImageInputStreamImpl(URI uri) |
| Modifier and Type | Method and Description |
|---|---|
Class<URI> |
getBinding()
Retrieve the class for the target object.
|
URI |
getTarget()
Retrieves the target object on which we work.
|
URI |
getUri()
Returns the associated
URI |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
checkClosed, close, finalize, flush, flushBefore, getBitOffset, getByteOrder, getFlushedPosition, getStreamPosition, isCached, isCachedFile, isCachedMemory, length, mark, 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, skipBytesclone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, flush, flushBefore, getBitOffset, getByteOrder, getFlushedPosition, getStreamPosition, isCached, isCachedFile, isCachedMemory, length, mark, 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, skipBytespublic URIImageInputStreamImpl(URI uri)
public int read()
throws IOException
read in interface ImageInputStreamread in class ImageInputStreamImplIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in interface ImageInputStreamread in class ImageInputStreamImplIOExceptionpublic URI getUri()
URIImageInputStreamURIgetUri in interface URIImageInputStreamURIpublic URI getTarget()
AccessibleStreamgetTarget in interface AccessibleStream<URI>public Class<URI> getBinding()
AccessibleStreamgetBinding in interface AccessibleStream<URI>Copyright © 2006–2019 GeoSolutions. All rights reserved.