Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
List of classes which provide file reader services
Last updated at 5:20 pm UTC on 13 May 2022
 (Smalltalk allClasses select: [:aClass| 
		(aClass class includesSelector: #fileReaderServicesForFile:suffix:)])  sorted: [:a :b | a name < b name] 

Or, more precisely,
 FileServices registeredfileReaderClasses

As of Squeak 5.3 this is -
 NaturalLanguageTranslator 
 FileContentsBrowser
 ScorePlayer 
 GZipReadStream 
 ChangeList 
 MCVersionReader 
 ProjectViewMorph 
 FilePackage 
 TTCFont 
 AnimatedImageMorph 
 Preferences 
 XMLDOMParser 
 ChangeSet 
 EventRecorderMorph
 Form 
 GZipWriteStream 
 FileDirectory 
 OggVorbisCodec 
 SampledSound 
 ScorePlayerMorph 
 ArchiveViewer 
 BookMorph 
 AnonymousSoundMorph 
 DummyToolWorkingWithFileList 
 SugarLauncher 
 Morph 
 OggSpeexCodec 
 InternalTranslator
 SARInstaller 
 FileStream 
 TTFontReader 
 Object 
 MczInstaller


These classes are registered with

 FileServices initialize


See also
SimpleServiceEntry