Interface RemoteOutputStream

All Superinterfaces:
Remote
All Known Implementing Classes:
RemoteOutputStreamImp

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

    Modifier and Type
    Method
    Description
    void
    Close.
    void
    Flush.
    void
    write(byte[] b)
    Write.
    void
    write(byte[] b, int off, int len)
    Write.
    void
    write(int b)
    Write.