public abstract class AbstractRemoteInputStreamServer extends java.lang.Object implements RemoteInputStreamServer
InputStream spans.| Modifier and Type | Field and Description |
|---|---|
protected java.io.InputStream |
inputStream |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractRemoteInputStreamServer(java.io.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 AbstractRemoteInputStreamServer(java.io.InputStream inputStream)
public int read()
throws java.io.IOException
read in interface RemoteInputStreamServerjava.io.IOExceptionpublic int read(byte[] bytes)
throws java.io.IOException
read in interface RemoteInputStreamServerjava.io.IOExceptionpublic int read(byte[] bytes,
int off,
int len)
throws java.io.IOException
read in interface RemoteInputStreamServerjava.io.IOExceptionpublic long skip(long n)
throws java.io.IOException
skip in interface RemoteInputStreamServerjava.io.IOExceptionpublic int available()
throws java.io.IOException
available in interface RemoteInputStreamServerjava.io.IOExceptionpublic void mark(int readlimit)
mark in interface RemoteInputStreamServerpublic boolean markSupported()
markSupported in interface RemoteInputStreamServerpublic void reset()
throws java.io.IOException
reset in interface RemoteInputStreamServerjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface RemoteInputStreamServerjava.io.IOExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.