public class EvilUnclosedBRFixingInputStream extends InputStream
| Constructor and Description |
|---|
EvilUnclosedBRFixingInputStream(InputStream source) |
| Modifier and Type | Method and Description |
|---|---|
int |
read()
Warning - doesn't fix!
|
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
available, close, mark, markSupported, reset, skippublic EvilUnclosedBRFixingInputStream(InputStream source)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class InputStreamIOExceptionCopyright © 2020. All rights reserved.