Interface RemoteInputStreamServer

All Known Implementing Classes:
AbstractRemoteInputStreamServer, RmiRemoteInputStreamServer

public interface RemoteInputStreamServer
Interface for remote input stream support.
Since:
Alfresco 2.2
Author:
Michael Shavnev
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    void
     
    void
    mark(int readlimit)
     
    boolean
     
    int
     
    int
    read(byte[] bytes)
     
    int
    read(byte[] bytes, int off, int len)
     
    void
     
    long
    skip(long n)
     
    start(String host, int port)