bees.core.resource
Class RevokableInputStream
java.lang.Object
|
+--java.io.InputStream
|
+--bees.core.resource.RevokableInputStream
- public final class RevokableInputStream
- extends java.io.InputStream
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RevokableInputStream
protected RevokableInputStream(java.io.InputStream in)
available
public int available()
throws java.io.IOException
- Overrides:
available in class java.io.InputStream
close
public void close()
throws java.io.IOException
- Overrides:
close in class java.io.InputStream
mark
public void mark(int readlimit)
- Overrides:
mark in class java.io.InputStream
markSupported
public boolean markSupported()
- Overrides:
markSupported in class java.io.InputStream
read
public int read()
throws java.io.IOException
- Overrides:
read in class java.io.InputStream
read
public int read(byte[] b)
throws java.io.IOException
- Overrides:
read in class java.io.InputStream
read
public int read(byte[] b,
int off,
int len)
throws java.io.IOException
- Overrides:
read in class java.io.InputStream
reset
public void reset()
throws java.io.IOException
- Overrides:
reset in class java.io.InputStream
skip
public long skip(long n)
throws java.io.IOException
- Overrides:
skip in class java.io.InputStream
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
This documentation is Copyright (C) 2002 The University of Utah. All Rights Reserved. See the individual source files for distribution terms.
Documentation, software, and mailing lists for Bees v0.5.0 can be found at the Janos Project: http://www.cs.utah.edu/flux/janos/