org.apache.batik.bridge
Class SVGImageElementBridge.ProtectedStream

java.lang.Object
  extended byjava.io.InputStream
      extended byjava.io.FilterInputStream
          extended byjava.io.BufferedInputStream
              extended byorg.apache.batik.bridge.SVGImageElementBridge.ProtectedStream
Enclosing class:
SVGImageElementBridge

public static class SVGImageElementBridge.ProtectedStream
extends BufferedInputStream


Field Summary
 
Fields inherited from class java.io.BufferedInputStream
buf, count, marklimit, markpos, pos
 
Fields inherited from class java.io.FilterInputStream
in
 
Method Summary
 void close()
           
 void mark(int sz)
           
 boolean markSupported()
           
 void release()
          Close the stream.
 void reset()
           
 void retry()
           
 void tie()
          Let stream know that it is perminately tied to one image decoder.
 
Methods inherited from class java.io.BufferedInputStream
available, read, read, skip
 
Methods inherited from class java.io.FilterInputStream
read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

markSupported

public boolean markSupported()

mark

public void mark(int sz)

reset

public void reset()
           throws IOException
Throws:
IOException

retry

public void retry()
           throws IOException
Throws:
IOException

close

public void close()
           throws IOException
Throws:
IOException

tie

public void tie()
         throws IOException
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.



Copyright © 2009 Apache Software Foundation. All Rights Reserved.