public abstract class AbstractRemoteInputStreamServer extends Object implements RemoteInputStreamServer
InputStream spans.| Modifier and Type | Field and Description |
|---|---|
protected InputStream |
inputStream |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractRemoteInputStreamServer(InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
void |
mark(int readlimit) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] bytes) |
int |
read(byte[] bytes,
int off,
int len) |
void |
reset() |
long |
skip(long n) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstartprotected InputStream inputStream
protected AbstractRemoteInputStreamServer(InputStream inputStream)
public int read()
throws IOException
read in interface RemoteInputStreamServerIOExceptionpublic int read(byte[] bytes)
throws IOException
read in interface RemoteInputStreamServerIOExceptionpublic int read(byte[] bytes,
int off,
int len)
throws IOException
read in interface RemoteInputStreamServerIOExceptionpublic long skip(long n)
throws IOException
skip in interface RemoteInputStreamServerIOExceptionpublic int available()
throws IOException
available in interface RemoteInputStreamServerIOExceptionpublic void mark(int readlimit)
mark in interface RemoteInputStreamServerpublic boolean markSupported()
markSupported in interface RemoteInputStreamServerpublic void reset()
throws IOException
reset in interface RemoteInputStreamServerIOExceptionpublic void close()
throws IOException
close in interface RemoteInputStreamServerIOExceptionCopyright © 2005–2018 Alfresco Software. All rights reserved.