⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 utilexception.html

📁 这个是java的quicktime for java 的详细使用文档
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;returns the valueString of the XMLAttribute always available</TD></TR></TABLE>&nbsp;<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>&nbsp;<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&nbsp;void</CODE></FONT></TD><TD><CODE><B>QTHandle.</B><B><A HREF="../../../quicktime/util/QTHandle.html#reserveMemory(int)">reserveMemory</A></B>(int&nbsp;size)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;void</CODE></FONT></TD><TD><CODE><B>QTHandle.</B><B><A HREF="../../../quicktime/util/QTHandle.html#setSize(int)">setSize</A></B>(int&nbsp;size)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;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>&nbsp;hand)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;void</CODE></FONT></TD><TD><CODE><B>QTVector.</B><B><A HREF="../../../quicktime/util/QTVector.html#remove(int)">remove</A></B>(int&nbsp;pos)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;remove element at specified position</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B>QTVector.</B><B><A HREF="../../../quicktime/util/QTVector.html#removeAll()">removeAll</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B>QTPointer.</B><B><A HREF="../../../quicktime/util/QTPointer.html#setSize(int)">setSize</A></B>(int&nbsp;newSize)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;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>&nbsp;ptr)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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&nbsp;void</CODE></FONT></TD><TD><CODE><B>UtilException.</B><B><A HREF="../../../quicktime/util/UtilException.html#checkError(int)">checkError</A></B>(int&nbsp;err)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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&nbsp;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&nbsp;src,                      int&nbsp;srcOffset,                      <A HREF="../../../quicktime/util/EndianDescriptor.html">EndianDescriptor</A>&nbsp;ed)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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&nbsp;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&nbsp;src,                      int&nbsp;srcOffset,                      <A HREF="../../../quicktime/util/EndianDescriptor.html">EndianDescriptor</A>&nbsp;ed)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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&nbsp;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&nbsp;src,                         int&nbsp;srcOffset,                         <A HREF="../../../quicktime/util/EndianDescriptor.html">EndianDescriptor</A>&nbsp;ed)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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&nbsp;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&nbsp;src,                         int&nbsp;srcOffset,                         <A HREF="../../../quicktime/util/EndianDescriptor.html">EndianDescriptor</A>&nbsp;ed)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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&nbsp;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&nbsp;src,                      int&nbsp;srcOffset,                      java.lang.Object&nbsp;dest,                      int&nbsp;destOffset,                      <A HREF="../../../quicktime/util/EndianDescriptor.html">EndianDescriptor</A>&nbsp;ed)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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&nbsp;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&nbsp;src,                      int&nbsp;srcOffset,                      java.lang.Object&nbsp;dest,                      int&nbsp;destOffset,                      <A HREF="../../../quicktime/util/EndianDescriptor.html">EndianDescriptor</A>&nbsp;ed)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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&nbsp;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&nbsp;src,                         int&nbsp;srcOffset,                         java.lang.Object&nbsp;dest,                         int&nbsp;destOffset,                         <A HREF="../../../quicktime/util/EndianDescriptor.html">EndianDescriptor</A>&nbsp;ed)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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&nbsp;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&nbsp;src,                         int&nbsp;srcOffset,                         java.lang.Object&nbsp;dest,                         int&nbsp;destOffset,                         <A HREF="../../../quicktime/util/EndianDescriptor.html">EndianDescriptor</A>&nbsp;ed)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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&nbsp;void</CODE></FONT></TD><TD><CODE><B>QTUtils.</B><B><A HREF="../../../quicktime/util/QTUtils.html#checkFreeMemory()">checkFreeMemory</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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&nbsp;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&nbsp;src,           int&nbsp;srcOffset,           <A HREF="../../../quicktime/util/EndianDescriptor.html">EndianDescriptor</A>&nbsp;ed)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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&nbsp;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&nbsp;src,           int&nbsp;srcOffset,           java.lang.Object&nbsp;dest,           int&nbsp;destOffset,           <A HREF="../../../quicktime/util/EndianDescriptor.html">EndianDescriptor</A>&nbsp;ed)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;java.lang.String</CODE></FONT></TD><TD><CODE><B>StringHandle.</B><B><A HREF="../../../quicktime/util/StringHandle.html#toJavaString()">toJavaString</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;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&nbsp;str)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the String found in the handle to the java.lang.String characters.</TD></TR></TABLE>&nbsp;<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>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../quicktime/util/UtilException.html"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;PREV&nbsp;&nbsp;NEXT</FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<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 + -