edu.stanford.smi.protege.server.socket
Class SimulateDelayInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
edu.stanford.smi.protege.server.socket.SimulateDelayInputStream
- All Implemented Interfaces:
- Closeable
public class SimulateDelayInputStream
- extends FilterInputStream
Method Summary |
int |
read()
|
int |
read(byte[] b,
int off,
int len)
|
long |
skip(long n)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimulateDelayInputStream
public SimulateDelayInputStream(InputStream is)
throws IOException
- Throws:
IOException
read
public int read()
throws IOException
- Overrides:
read
in class FilterInputStream
- Throws:
IOException
read
public int read(byte[] b,
int off,
int len)
throws IOException
- Overrides:
read
in class FilterInputStream
- Throws:
IOException
skip
public long skip(long n)
throws IOException
- Overrides:
skip
in class FilterInputStream
- Throws:
IOException
Submit a bug report or feature request
Protégé is a trademark of Stanford University.
Copyright (c) 1998-2013 Stanford University.