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, skip
public EvilUnclosedBRFixingInputStream(InputStream source)
public int read() throws IOException
read
in class InputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class InputStream
IOException
public int read(byte[] b) throws IOException
read
in class InputStream
IOException
Copyright © 2020. All rights reserved.