Squeak Class Documentation category index | class index  
 
FlashCodec
  category: Balloon-MMFlash Support
  superclass: Object
  subclasses:

No comment. Sorry.

instance methods
  accessing
  compress:
contents
decompress

  compressing fills
  compressFillStyle:
compressFills:
compressGradientFill:
compressSolidFill:
decompressFillStyle
decompressFills
decompressGradientFill:
decompressSolidFill
readColorFrom:
storeColor:on:

  compressing points
  compressPoints:
decompressPoints
printCompressedPoint:on:runLength:
printPoint:on:
readPointFrom:

  compressing run arrays
  compressRunArray:
decompressRunArray

  initialize
  initialize
on:

class methods
  compressing
  compress:
compressPoints:

  decompressing
  decompress:
decompressPoints:

  instance creation
  new

instance methods
  accessing top  
 

compress:


 

contents


 

decompress


  compressing fills top  
 

compressFillStyle:


 

compressFills:


 

compressGradientFill:

Note: No terminators for simple colors


 

compressSolidFill:

Note: No terminators for simple colors


 

decompressFillStyle


 

decompressFills


 

decompressGradientFill:

Note: No terminators for simple colors


 

decompressSolidFill


 

readColorFrom:


 

storeColor:on:


  compressing points top  
 

compressPoints:

Compress the points using delta values and RLE compression.


 

decompressPoints

Decompress the points using delta values and RLE compression.


 

printCompressedPoint:on:runLength:

Print the given point on the stream using the given run length


 

printPoint:on:


 

readPointFrom:


  compressing run arrays top  
 

compressRunArray:


 

decompressRunArray


  initialize top  
 

initialize


 

on:


class methods
  compressing top  
 

compress:


 

compressPoints:


  decompressing top  
 

decompress:


 

decompressPoints:


  instance creation top  
 

new

Answer a new instance of the receiver (which is a class) with no indexable variables. Fail if the class is indexable.