Class SVGImageElementBridge.ProtectedStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
java.io.BufferedInputStream
org.apache.batik.bridge.SVGImageElementBridge.ProtectedStream
- All Implemented Interfaces:
Closeable, AutoCloseable
- Enclosing class:
SVGImageElementBridge
-
Field Summary
Fields inherited from class FilterInputStream
in -
Method Summary
Methods inherited from class BufferedInputStream
available, read, read, skip, transferToMethods inherited from class FilterInputStream
readMethods inherited from class InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes
-
Method Details
-
markSupported
public boolean markSupported()- Overrides:
markSupportedin classBufferedInputStream
-
mark
public void mark(int sz) - Overrides:
markin classBufferedInputStream
-
reset
- Overrides:
resetin classBufferedInputStream- Throws:
IOException
-
retry
- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classBufferedInputStream- Throws:
IOException
-
tie
Let stream know that it is perminately tied to one image decoder. This means that it can allow that decoder to close the stream.- Throws:
IOException
-
release
public void release()Close the stream.
-