?? tagparser.html
字號:
<DL>
</DL>
</DL>
<HR>
<A NAME="mTagtypes"><!-- --></A><H3>
mTagtypes</H3>
<PRE>
protected <A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html" title="interface in com.anotherbigidea.flash.interfaces">SWFTagTypes</A> <B>mTagtypes</B></PRE>
<DL>
<DL>
</DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="TagParser(com.anotherbigidea.flash.interfaces.SWFTagTypes)"><!-- --></A><H3>
TagParser</H3>
<PRE>
public <B>TagParser</B>(<A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html" title="interface in com.anotherbigidea.flash.interfaces">SWFTagTypes</A> tagtypes)</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="signature(java.lang.String)"><!-- --></A><H3>
signature</H3>
<PRE>
public void <B>signature</B>(java.lang.String sig)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFFileSignature.html#signature(java.lang.String)">SWFFileSignature</A></CODE></B></DD>
<DD>Pass the signature. This method must be called before the header(..) method in SWFHeader.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFFileSignature.html#signature(java.lang.String)">signature</A></CODE> in interface <CODE><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFFileSignature.html" title="interface in com.anotherbigidea.flash.interfaces">SWFFileSignature</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>sig</CODE> - the 3 char signature - one of the SIGNATURE_* constants.<DT><B>See Also:</B><DD><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFFileSignature.html#signature(java.lang.String)"><CODE>SWFFileSignature.signature(String)</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="header(int, long, int, int, int, int)"><!-- --></A><H3>
header</H3>
<PRE>
public void <B>header</B>(int version,
long length,
int twipsWidth,
int twipsHeight,
int frameRate,
int frameCount)
throws java.io.IOException</PRE>
<DL>
<DD>Interface SWFTags
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFHeader.html#header(int, long, int, int, int, int)">header</A></CODE> in interface <CODE><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFHeader.html" title="interface in com.anotherbigidea.flash.interfaces">SWFHeader</A></CODE></DL>
</DD>
<DD><DL>
<DD><CODE>length</CODE> - -1 if the length is unknown and must be inferred<DD><CODE>frameCount</CODE> - -1 if the framecount is unknown and must be inferred
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="tag(int, boolean, byte[])"><!-- --></A><H3>
tag</H3>
<PRE>
public void <B>tag</B>(int tagType,
boolean longTag,
byte[] contents)
throws java.io.IOException</PRE>
<DL>
<DD>Interface SWFTags
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTags.html#tag(int, boolean, byte[])">tag</A></CODE> in interface <CODE><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTags.html" title="interface in com.anotherbigidea.flash.interfaces">SWFTags</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>tagType</CODE> - a type of zero (TAG_END) denotes the end of the tags<DD><CODE>longTag</CODE> - true if the tag header is forced into the long form<DD><CODE>contents</CODE> - may be null
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="parseVideoFrame(com.anotherbigidea.io.InStream, int)"><!-- --></A><H3>
parseVideoFrame</H3>
<PRE>
protected void <B>parseVideoFrame</B>(<A HREF="../../../../com/anotherbigidea/io/InStream.html" title="class in com.anotherbigidea.io">InStream</A> in,
int length)
throws java.io.IOException</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="parseDefineVideoStream(com.anotherbigidea.io.InStream)"><!-- --></A><H3>
parseDefineVideoStream</H3>
<PRE>
protected void <B>parseDefineVideoStream</B>(<A HREF="../../../../com/anotherbigidea/io/InStream.html" title="class in com.anotherbigidea.io">InStream</A> in)
throws java.io.IOException</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="parseEnableDebugger2(com.anotherbigidea.io.InStream, int)"><!-- --></A><H3>
parseEnableDebugger2</H3>
<PRE>
protected void <B>parseEnableDebugger2</B>(<A HREF="../../../../com/anotherbigidea/io/InStream.html" title="class in com.anotherbigidea.io">InStream</A> in,
int length)
throws java.io.IOException</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="parseFrameLabel(com.anotherbigidea.io.InStream, byte[])"><!-- --></A><H3>
parseFrameLabel</H3>
<PRE>
protected void <B>parseFrameLabel</B>(<A HREF="../../../../com/anotherbigidea/io/InStream.html" title="class in com.anotherbigidea.io">InStream</A> in,
byte[] contents)
throws java.io.IOException</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="parseDefineSound(com.anotherbigidea.io.InStream)"><!-- --></A><H3>
parseDefineSound</H3>
<PRE>
protected void <B>parseDefineSound</B>(<A HREF="../../../../com/anotherbigidea/io/InStream.html" title="class in com.anotherbigidea.io">InStream</A> in)
throws java.io.IOException</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="parseStartSound(com.anotherbigidea.io.InStream)"><!-- --></A><H3>
parseStartSound</H3>
<PRE>
protected void <B>parseStartSound</B>(<A HREF="../../../../com/anotherbigidea/io/InStream.html" title="class in com.anotherbigidea.io">InStream</A> in)
throws java.io.IOException</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -