public static class SVGImageElementBridge.ProtectedStream extends BufferedInputStream
in
Modifier and Type | Method and Description |
---|---|
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.
|
available, read, read, skip
read
public boolean markSupported()
markSupported
in class BufferedInputStream
public void mark(int sz)
mark
in class BufferedInputStream
public void reset() throws IOException
reset
in class BufferedInputStream
IOException
public void retry() throws IOException
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class BufferedInputStream
IOException
public void tie() throws IOException
IOException
public void release()
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.