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, skipreadpublic boolean markSupported()
markSupported in class BufferedInputStreampublic void mark(int sz)
mark in class BufferedInputStreampublic void reset()
throws IOException
reset in class BufferedInputStreamIOExceptionpublic void retry()
throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class BufferedInputStreamIOExceptionpublic void tie()
throws IOException
IOExceptionpublic void release()
Copyright © 2000–2021 Apache Software Foundation. All rights reserved.