public static class SVGImageElementBridge.ProtectedStream
extends java.io.BufferedInputStream
| Modifier and Type | Method | 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.
|
public boolean markSupported()
markSupported in class java.io.BufferedInputStreampublic void mark(int sz)
mark in class java.io.BufferedInputStreampublic void reset()
throws java.io.IOException
reset in class java.io.BufferedInputStreamjava.io.IOExceptionpublic void retry()
throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
close in class java.io.BufferedInputStreamjava.io.IOExceptionpublic void tie()
throws java.io.IOException
java.io.IOExceptionpublic void release()
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.