Squeak Class Documentation category index | class index  
 
FlashJPEGDecoder
  category: Balloon-MMFlash Import
  superclass: JPEGReadWriter
  subclasses:

No comment. Sorry.

instance methods
  accessing
  isStreaming
isStreaming:
understandsImageFormat

  decoding
  decodeJPEGTables:
decodeNextImageFrom:
nextImageDitheredToDepth:
parseEndOfInput

  stream access
  next
next:

class methods
  no messages
 

instance methods
  accessing top  
 

isStreaming


 

isStreaming:


 

understandsImageFormat

Return false so we don't get confused with ImageReadWriter's mechanism for finding the right class to read a given stream.


  decoding top  
 

decodeJPEGTables:


fixing the #atEnd allows the following to work:

(FlashMorphReader on: (HTTPSocket httpGet: 'http://www.audi.co.uk/flash/intro1.swf' accept:'application/x-shockwave-flash')) processFile startPlaying openInWorld.


 

decodeNextImageFrom:


 

nextImageDitheredToDepth:

Overwritten to yield every now and then.


 

parseEndOfInput


  stream access top  
 

next


 

next:


class methods
  no messages top