org.eclipse.tptp.platform.agentcontroller.internal.stream
Class SharedMemoryCircularBufferInputStream
java.lang.Object
java.io.InputStream
org.eclipse.tptp.platform.agentcontroller.internal.stream.SharedMemoryCircularBufferInputStream
- public class SharedMemoryCircularBufferInputStream
- extends java.io.InputStream
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SharedMemoryCircularBufferInputStream
public SharedMemoryCircularBufferInputStream(java.lang.String name)
available
public int available()
close
public void close()
mark
public void mark(int readlimit)
markSupported
public boolean markSupported()
read
public int read()
throws java.io.IOException
- Throws:
java.io.IOException
read
public int read(byte[] b)
throws java.io.IOException
- Throws:
java.io.IOException
read
public int read(byte[] b,
int off,
int len)
throws java.io.IOException
- Throws:
java.io.IOException
reset
public void reset()
skip
public long skip(long n)