Uses of Class
pt.tumba.parser.swf.InStream

Packages that use InStream
pt.tumba.parser.swf   
 

Uses of InStream in pt.tumba.parser.swf
 

Fields in pt.tumba.parser.swf declared as InStream
protected  InStream SWFReader.in
          Description of the Field
 

Methods in pt.tumba.parser.swf with parameters of type InStream
protected  java.util.List ActionParser.createRecords(InStream in)
          First Pass to determine action offsets and jumps
 void ActionParser.parse(InStream in)
          Description of the Method
protected  void TagParser.parseButtonCXForm(InStream in)
          Description of the Method
protected  void TagParser.parseChangeRecord(InStream in, int flags, SWFVectors vectors, SWFShape shape, boolean hasAlpha, int[] numFillBits2, int[] numLineBits2)
          Description of the Method
protected  void TagParser.parseDefineBits(InStream in)
          Description of the Method
protected  void TagParser.parseDefineBitsJPEG3(InStream in)
          Description of the Method
protected  void TagParser.parseDefineBitsLossless(InStream in, int length, boolean hasAlpha)
          Description of the Method
protected  void TagParser.parseDefineButton(InStream in)
          Description of the Method
protected  void TagParser.parseDefineButton2(InStream in)
          Description of the Method
protected  void TagParser.parseDefineButtonSound(InStream in)
          Description of the Method
protected  void TagParser.parseDefineFont(InStream in)
          Description of the Method
protected  void TagParser.parseDefineFont2(InStream in)
          Description of the Method
protected  void ActionParser.parseDefineFunction(InStream in)
          Description of the Method
protected  void TagParser.parseDefineJPEG2(InStream in, int length)
          Description of the Method
protected  void TagParser.parseDefineJPEGTables(InStream in)
          Description of the Method
protected  void TagParser.parseDefineShape(int type, InStream in)
          Description of the Method
protected  void TagParser.parseDefineSound(InStream in)
          Description of the Method
protected  void TagParser.parseDefineSprite(InStream in)
          Description of the Method
protected  void TagParser.parseDefineText(int type, InStream in)
          Description of the Method
protected  void TagParser.parseDefineTextField(InStream in)
          Description of the Method
protected  void TagParser.parseDoAction(InStream in)
          Description of the Method
protected  void TagParser.parseExport(InStream in)
          Description of the Method
 void TagParser.parseFillStyle(InStream in, SWFShape shape, boolean hasAlpha)
          Description of the Method
protected  void TagParser.parseFontInfo(InStream in, int length2)
          Description of the Method
protected  void TagParser.parseImport(InStream in)
          Description of the Method
 void TagParser.parseLineStyle(InStream in, SWFShape shape, boolean hasAlpha)
          Description of the Method
protected  void ActionParser.parseLookupTable(InStream in)
          Description of the Method
protected  void TagParser.parseMorphFillStyle(InStream in, SWFShape shape)
          Description of the Method
protected  void TagParser.parseMorphLineStyle(InStream in, SWFShape shape)
          Description of the Method
protected  void TagParser.parseMorphShape(InStream in)
          Description of the Method
protected  void TagParser.parsePlaceObject(InStream in, int length)
          Description of the Method
protected  void TagParser.parsePlaceObject2(InStream in)
          Description of the Method
protected  void ActionParser.parsePush(int length, InStream in)
          Description of the Method
protected  void TagParser.parseShape(InStream in, SWFVectors vectors, boolean hasStyle, boolean hasAlpha)
          Description of the Method
protected  void TagParser.parseSoundStreamBlock(InStream in)
          Description of the Method
protected  void TagParser.parseSoundStreamHead(boolean adpcmOnly, InStream in)
          Description of the Method
protected  void TagParser.parseStartSound(InStream in)
          Description of the Method
protected  void TagParser.parseStyles(InStream in, SWFShape shape, boolean hasAlpha)
          Description of the Method
protected  void ActionParser.parseWith(InStream in)
          Description of the Method
static java.util.List ButtonRecord2.read(InStream in)
          Read a button record array
static java.util.List ButtonRecord.read(InStream in)
          Read a button record array
 

Constructors in pt.tumba.parser.swf with parameters of type InStream
AlphaColor(InStream in)
          Constructor for the AlphaColor object
AlphaTransform(InStream in)
          Constructor for the AlphaTransform object
ButtonRecord(InStream in, int firstByte)
          Constructor for the ButtonRecord object
ButtonRecord2(InStream in, int firstByte)
          Constructor for the ButtonRecord2 object
Color(InStream in)
          Constructor for the Color object
ColorTransform(InStream in)
          Constructor for the ColorTransform object
Matrix(InStream in)
          Constructor for the Matrix object
Rect(InStream in)
          Constructor for the Rect object
SoundInfo(InStream in)
          Constructor for the SoundInfo object
SWFReader(SWFTags consumer, InStream instream)
          Constructor for the SWFReader object