eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'UnboundedExternalStream':

Home

everywhere
www.exept.de
for:
[back]

Class: UnboundedExternalStream


Inheritance:

   Object
   |
   +--Stream
      |
      +--PeekableStream
         |
         +--PositionableStream
            |
            +--WriteStream
               |
               +--ReadWriteStream
                  |
                  +--ExternalStream
                     |
                     +--UnboundedExternalStream

Package:
stx:libbasic
Category:
Streams-External
Version:
rev: 1.8 date: 1996-04-25 17:02:20
user: cg
file: UnboundedExternalStream.st directory: libbasic
module: stx stc-classLibrary: libbasic
Author:
Claus Gittinger

Description:


This class provides common protocol for all external streams which are
unbound in size (i.e. have no end). Examples of these are PipeStream,
Sockets, TTYStreams etc.


Instance protocol:

redefind basic
o  position
report an error that this stream has no concept of position

o  position: anInteger
report an error that this stream has no concept of position

o  size
report an error that this stream has no concept of size



ST/X 6.1.1; WebServer 1.620 at exept:8081; Thu, 24 May 2012 04:44:28 GMT