Stream


Collections-Streams

Comment:

I am an abstract class that represents an accessor for a sequence of objects. This sequence is referred to as my "contents".

Hierarchy:

ProtoObject
Object
Stream
  • AttributedTextStream
  • DataStream
  • DlWrapStream
  • DummyStream
  • FlashFileStream
  • HtmlTokenizer
  • MailAddressTokenizer
  • PositionableStream

Summary:

methods:

instance class
accessing
  • contents
  • next
  • next:
  • next:put:
  • nextMatchAll:
  • nextMatchFor:
  • nextPut:
  • nextPutAll:
  • upToEnd
converting
  • asVRMLStream
enumerating
  • do:
filter streaming
  • write:
printing
  • print:
  • printHtml:
testing
  • atEnd
  • isStream
instance creation

Detail:

instance methods:

class methods:

instance creation
newLarge


	^self on: self contentsSpecies newLarge

^top


- made by Dandelion -