Next: , Previous: , Up: Stream   [Index]


1.157.6 Stream: character writing

cr

Store a cr on the receiver

crTab

Store a cr and a tab on the receiver

encoding

Answer the encoding to be used when storing Unicode characters.

isUnicode

Answer whether the receiver is able to store Unicode characters. Note that if this method returns true, the stream may or may not be able to store Characters (as opposed to UnicodeCharacters) whose value is above 127.

nl

Store a new line on the receiver

nlTab

Store a new line and a tab on the receiver

space

Store a space on the receiver

space: n

Store n spaces on the receiver

tab

Store a tab on the receiver

tab: n

Store n tabs on the receiver