📄 utilexception.html
字号:
<BR> returns the valueString of the XMLAttribute always available</TD></TR></TABLE> <P><A NAME="quicktime.util"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Uses of <A HREF="../../../quicktime/util/UtilException.html">UtilException</A> in <A HREF="../../../quicktime/util/package-summary.html">quicktime.util</A></FONT></TD></TR></TABLE> <P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Methods in <A HREF="../../../quicktime/util/package-summary.html">quicktime.util</A> that throw <A HREF="../../../quicktime/util/UtilException.html">UtilException</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static void</CODE></FONT></TD><TD><CODE><B>QTHandle.</B><B><A HREF="../../../quicktime/util/QTHandle.html#reserveMemory(int)">reserveMemory</A></B>(int size)</CODE><BR> Use reserve memory before you allocate a handle that you intend to keep locked for long periods of time.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>QTHandle.</B><B><A HREF="../../../quicktime/util/QTHandle.html#setSize(int)">setSize</A></B>(int size)</CODE><BR> Resizes the handle to the specified size.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>QTHandle.</B><B><A HREF="../../../quicktime/util/QTHandle.html#concatenate(quicktime.util.QTHandleRef)">concatenate</A></B>(<A HREF="../../../quicktime/util/QTHandleRef.html">QTHandleRef</A> hand)</CODE><BR> Concatenates the supplied handle to this handle, resize the size of this handle to accomodate the second handle's data.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>QTVector.</B><B><A HREF="../../../quicktime/util/QTVector.html#remove(int)">remove</A></B>(int pos)</CODE><BR> remove element at specified position</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>QTVector.</B><B><A HREF="../../../quicktime/util/QTVector.html#removeAll()">removeAll</A></B>()</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>QTPointer.</B><B><A HREF="../../../quicktime/util/QTPointer.html#setSize(int)">setSize</A></B>(int newSize)</CODE><BR> This method will resize the memory that a pointer points to.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>QTPointer.</B><B><A HREF="../../../quicktime/util/QTPointer.html#concatenate(quicktime.util.QTPointerRef)">concatenate</A></B>(<A HREF="../../../quicktime/util/QTPointerRef.html">QTPointerRef</A> ptr)</CODE><BR> Concatenates the supplied pointer to this pointer.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static void</CODE></FONT></TD><TD><CODE><B>UtilException.</B><B><A HREF="../../../quicktime/util/UtilException.html#checkError(int)">checkError</A></B>(int err)</CODE><BR> This method will throw an exception if the incoming err argument is a non-zero value.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static void</CODE></FONT></TD><TD><CODE><B>EndianOrder.</B><B><A HREF="../../../quicktime/util/EndianOrder.html#flipNativeToBigEndian(java.lang.Object, int, quicktime.util.EndianDescriptor)">flipNativeToBigEndian</A></B>(java.lang.Object src, int srcOffset, <A HREF="../../../quicktime/util/EndianDescriptor.html">EndianDescriptor</A> ed)</CODE><BR> This will flip iff the current runtime architecture is <B>little endian</B> the supplied src object's fields according to the characteristics of the supplied EndianDescriptor.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static void</CODE></FONT></TD><TD><CODE><B>EndianOrder.</B><B><A HREF="../../../quicktime/util/EndianOrder.html#flipBigEndianToNative(java.lang.Object, int, quicktime.util.EndianDescriptor)">flipBigEndianToNative</A></B>(java.lang.Object src, int srcOffset, <A HREF="../../../quicktime/util/EndianDescriptor.html">EndianDescriptor</A> ed)</CODE><BR> This will flip, iff the current runtime architecture is <B>little endian</B>, the supplied src object's fields according to the characteristics of the supplied EndianDescriptor.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static void</CODE></FONT></TD><TD><CODE><B>EndianOrder.</B><B><A HREF="../../../quicktime/util/EndianOrder.html#flipNativeToLittleEndian(java.lang.Object, int, quicktime.util.EndianDescriptor)">flipNativeToLittleEndian</A></B>(java.lang.Object src, int srcOffset, <A HREF="../../../quicktime/util/EndianDescriptor.html">EndianDescriptor</A> ed)</CODE><BR> This will flip, iff the current runtime architecture is <B>big endian</B>, the supplied src object's fields according to the characteristics of the supplied EndianDescriptor.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static void</CODE></FONT></TD><TD><CODE><B>EndianOrder.</B><B><A HREF="../../../quicktime/util/EndianOrder.html#flipLittleEndianToNative(java.lang.Object, int, quicktime.util.EndianDescriptor)">flipLittleEndianToNative</A></B>(java.lang.Object src, int srcOffset, <A HREF="../../../quicktime/util/EndianDescriptor.html">EndianDescriptor</A> ed)</CODE><BR> This will flip, iff the current runtime architecture is <B>big endian</B>, the supplied src object's fields according to the characteristics of the supplied EndianDescriptor.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static void</CODE></FONT></TD><TD><CODE><B>EndianOrder.</B><B><A HREF="../../../quicktime/util/EndianOrder.html#flipNativeToBigEndian(java.lang.Object, int, java.lang.Object, int, quicktime.util.EndianDescriptor)">flipNativeToBigEndian</A></B>(java.lang.Object src, int srcOffset, java.lang.Object dest, int destOffset, <A HREF="../../../quicktime/util/EndianDescriptor.html">EndianDescriptor</A> ed)</CODE><BR> This will flip, iff the current runtime architecture is <B>little endian</B>, the supplied src object's fields according to the characteristics of the supplied EndianDescriptor and copy these flipped values to the destination object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static void</CODE></FONT></TD><TD><CODE><B>EndianOrder.</B><B><A HREF="../../../quicktime/util/EndianOrder.html#flipBigEndianToNative(java.lang.Object, int, java.lang.Object, int, quicktime.util.EndianDescriptor)">flipBigEndianToNative</A></B>(java.lang.Object src, int srcOffset, java.lang.Object dest, int destOffset, <A HREF="../../../quicktime/util/EndianDescriptor.html">EndianDescriptor</A> ed)</CODE><BR> This will flip, iff the current runtime architecture is <B>little endian</B>, the supplied src object's fields according to the characteristics of the supplied EndianDescriptor and copy these flipped values to the destination object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static void</CODE></FONT></TD><TD><CODE><B>EndianOrder.</B><B><A HREF="../../../quicktime/util/EndianOrder.html#flipNativeToLittleEndian(java.lang.Object, int, java.lang.Object, int, quicktime.util.EndianDescriptor)">flipNativeToLittleEndian</A></B>(java.lang.Object src, int srcOffset, java.lang.Object dest, int destOffset, <A HREF="../../../quicktime/util/EndianDescriptor.html">EndianDescriptor</A> ed)</CODE><BR> This will flip, iff the current runtime architecture is <B>big endian</B>, the supplied src object's fields according to the characteristics of the supplied EndianDescriptor and copy these flipped values to the destination object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static void</CODE></FONT></TD><TD><CODE><B>EndianOrder.</B><B><A HREF="../../../quicktime/util/EndianOrder.html#flipLittleEndianToNative(java.lang.Object, int, java.lang.Object, int, quicktime.util.EndianDescriptor)">flipLittleEndianToNative</A></B>(java.lang.Object src, int srcOffset, java.lang.Object dest, int destOffset, <A HREF="../../../quicktime/util/EndianDescriptor.html">EndianDescriptor</A> ed)</CODE><BR> This will flip, iff the current runtime architecture is <B>big endian</B>, the supplied src object's fields according to the characteristics of the supplied EndianDescriptor and copy these flipped values to the destination object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static void</CODE></FONT></TD><TD><CODE><B>QTUtils.</B><B><A HREF="../../../quicktime/util/QTUtils.html#checkFreeMemory()">checkFreeMemory</A></B>()</CODE><BR> This call will ensure that a reserved amount of application heap memory on the MacOS is free.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static void</CODE></FONT></TD><TD><CODE><B>QTUtils.</B><B><A HREF="../../../quicktime/util/QTUtils.html#endianFlip(java.lang.Object, int, quicktime.util.EndianDescriptor)">endianFlip</A></B>(java.lang.Object src, int srcOffset, <A HREF="../../../quicktime/util/EndianDescriptor.html">EndianDescriptor</A> ed)</CODE><BR> This will flip the supplied src object's fields according to the characteristics of the supplied EndianDescriptor.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static void</CODE></FONT></TD><TD><CODE><B>QTUtils.</B><B><A HREF="../../../quicktime/util/QTUtils.html#endianFlip(java.lang.Object, int, java.lang.Object, int, quicktime.util.EndianDescriptor)">endianFlip</A></B>(java.lang.Object src, int srcOffset, java.lang.Object dest, int destOffset, <A HREF="../../../quicktime/util/EndianDescriptor.html">EndianDescriptor</A> ed)</CODE><BR> This will flip the supplied src object's fields according to the characteristics of the supplied EndianDescriptor and copy these flipped values to the destination object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.String</CODE></FONT></TD><TD><CODE><B>StringHandle.</B><B><A HREF="../../../quicktime/util/StringHandle.html#toJavaString()">toJavaString</A></B>()</CODE><BR> Returns the String found in the Handle as a java.lang.String</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>StringHandle.</B><B><A HREF="../../../quicktime/util/StringHandle.html#fromJavaString(java.lang.String)">fromJavaString</A></B>(java.lang.String str)</CODE><BR> Sets the String found in the handle to the java.lang.String characters.</TD></TR></TABLE> <P><HR><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../quicktime/util/UtilException.html"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV NEXT</FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="UtilException.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -