org.sblim.wbem.http.io
Class BoundedInputStream
FilterInputStream
org.sblim.wbem.http.io.BoundedInputStream
public class BoundedInputStream
extends FilterInputStream
- Administrator
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
closed
protected boolean closed
maxLen
protected long maxLen
BoundedInputStream
public BoundedInputStream(InputStream is)
BoundedInputStream
public BoundedInputStream(InputStream is,
long len)
available
public int available()
throws IOException
close
public void close()
throws IOException
read
public int read()
throws IOException
read
public int read(buf[] )
throws IOException
read
public int read(buf[] ,
int off,
int len)
throws IOException
skip
public long skip(long len)
throws IOException
Copyright © 2005, 2006 IBM Corporation. All Rights Reserved.