Class ServerInputStream

  • All Implemented Interfaces:
    ServerStream
    Direct Known Subclasses:
    ServerUDTInputStream

    public class ServerInputStream
    extends Object
    implements ServerStream
    This is a simple wrapper for an InputStream as ServerStream which allows for keeping an InputStream locally and use it remotely.
    Author:
    Ulrich Kreher