Interface Stream

  • All Superinterfaces:
    AutoCloseable, Closeable
    All Known Implementing Classes:
    BundledStream

    public interface Stream
    extends Closeable
    A Stream encapsulates a SeekableInputStream along with an associated StreamDescriptor. A Stream may be subject to some kind of remoting. Therefore exceptions may be thrown when accessing its content stream.