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, wait
start
protected InputStream inputStream
protected AbstractRemoteInputStreamServer(InputStream inputStream)
public int read() throws IOException
read
in interface RemoteInputStreamServer
IOException
public int read(byte[] bytes) throws IOException
read
in interface RemoteInputStreamServer
IOException
public int read(byte[] bytes, int off, int len) throws IOException
read
in interface RemoteInputStreamServer
IOException
public long skip(long n) throws IOException
skip
in interface RemoteInputStreamServer
IOException
public int available() throws IOException
available
in interface RemoteInputStreamServer
IOException
public void mark(int readlimit)
mark
in interface RemoteInputStreamServer
public boolean markSupported()
markSupported
in interface RemoteInputStreamServer
public void reset() throws IOException
reset
in interface RemoteInputStreamServer
IOException
public void close() throws IOException
close
in interface RemoteInputStreamServer
IOException
Copyright © 2005–2017 Alfresco Software. All rights reserved.