org.apache.batik.bridge
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
- Enclosing class:
- SVGImageElementBridge
public static class SVGImageElementBridge.ProtectedStream
- extends BufferedInputStream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
markSupported
public boolean markSupported()
- Overrides:
markSupported
in class BufferedInputStream
mark
public void mark(int sz)
- Overrides:
mark
in class BufferedInputStream
reset
public void reset()
throws IOException
- Overrides:
reset
in class BufferedInputStream
- Throws:
IOException
retry
public void retry()
throws IOException
- Throws:
IOException
close
public void close()
throws IOException
- Specified by:
close
in interface Closeable
- Overrides:
close
in class BufferedInputStream
- Throws:
IOException
release
public void release()
Copyright © 2008 Apache Software Foundation. All Rights Reserved.