public class ResourceInputStream extends InputStream
| Constructor and Description |
|---|
ResourceInputStream(InputStream is,
String name) |
ResourceInputStream(InputStream is,
String name,
List<String> previousNames) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
String |
getName() |
List<String> |
getNames() |
void |
mark(int i) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] bytes) |
int |
read(byte[] bytes,
int i,
int i1) |
void |
reset() |
long |
skip(long l) |
String |
toString() |
public ResourceInputStream(InputStream is, String name)
public ResourceInputStream(InputStream is, String name, List<String> previousNames)
public String getName()
public int available()
throws IOException
available in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic void mark(int i)
mark in class InputStreampublic boolean markSupported()
markSupported in class InputStreampublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] bytes)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] bytes,
int i,
int i1)
throws IOException
read in class InputStreamIOExceptionpublic void reset()
throws IOException
reset in class InputStreamIOExceptionpublic long skip(long l)
throws IOException
skip in class InputStreamIOExceptionCopyright © 2022. All rights reserved.