@Deprecated public class BOMSafeInputStream extends InputStream
| Constructor and Description |
|---|
BOMSafeInputStream(InputStream d)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
available()
Deprecated.
|
void |
close()
Deprecated.
|
int |
read()
Deprecated.
|
mark, markSupported, read, read, reset, skippublic BOMSafeInputStream(InputStream d) throws IOException
d - delegate stream with the actual dataIOException - if no data can be read from the delegatepublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2014 The University of Manchester. All Rights Reserved.