public class EvilUnclosedBRFixingInputStream
extends java.io.InputStream
Constructor and Description |
---|
EvilUnclosedBRFixingInputStream(java.io.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) |
public EvilUnclosedBRFixingInputStream(java.io.InputStream source)
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int read(byte[] b, int off, int len) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int read(byte[] b) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.