Interface RemoteInputStream

All Superinterfaces:
Remote
All Known Implementing Classes:
RemoteInputStreamImp

public interface RemoteInputStream extends Remote
The Interface RemoteInputStream.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Available.
    void
    Close.
    void
    mark(int readlimit)
    Mark.
    boolean
    Mark supported.
    int
    Read.
    read(int len)
    Read.
    void
    Reset.
    long
    skip(long n)
    Skip.