📄 datainputstream.html
字号:
</DD><DD><DL><DT><B>Returns:</B><DD>the Abstract interface read.<DT><B>Throws:</B><DD><CODE><code>org.omg.CORBA.MARSHAL</code></CODE> - If an inconsistency is detected, including not having registered a streaming policy, then the standard system exception MARSHAL is raised.</DL></DD></DL><HR><A NAME="read_Value()"><!-- --></A><H3>read_Value</H3><PRE>public <A HREF="../../../java/io/Serializable.html">Serializable</A> <B>read_Value</B>()</PRE><DL><DD>Reads an IDL value type from the input stream.<DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the value type read.<DT><B>Throws:</B><DD><CODE><code>org.omg.CORBA.MARSHAL</code></CODE> - If an inconsistency is detected, including not having registered a streaming policy, then the standard system exception MARSHAL is raised.</DL></DD></DL><HR><A NAME="read_TypeCode()"><!-- --></A><H3>read_TypeCode</H3><PRE>public <A HREF="../../../org/omg/CORBA/TypeCode.html">TypeCode</A> <B>read_TypeCode</B>()</PRE><DL><DD>Reads an IDL typecode from the input stream.<DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the typecode read.<DT><B>Throws:</B><DD><CODE><code>org.omg.CORBA.MARSHAL</code></CODE> - If an inconsistency is detected, including not having registered a streaming policy, then the standard system exception MARSHAL is raised.</DL></DD></DL><HR><A NAME="read_any_array(org.omg.CORBA.AnySeqHolder, int, int)"><!-- --></A><H3>read_any_array</H3><PRE>public void <B>read_any_array</B>(<A HREF="../../../org/omg/CORBA/AnySeqHolder.html">AnySeqHolder</A> seq, int offset, int length)</PRE><DL><DD>Reads array of IDL Anys from offset for length elements from the input stream.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>seq</CODE> - The out parameter holder for the array to be read.<DD><CODE>offset</CODE> - The index into seq of the first element to read from the input stream.<DD><CODE>length</CODE> - The number of elements to read from the input stream.<DT><B>Throws:</B><DD><CODE><code>org.omg.CORBA.MARSHAL</code></CODE> - If an inconsistency is detected, including not having registered a streaming policy, then the standard system exception MARSHAL is raised.</DL></DD></DL><HR><A NAME="read_boolean_array(org.omg.CORBA.BooleanSeqHolder, int, int)"><!-- --></A><H3>read_boolean_array</H3><PRE>public void <B>read_boolean_array</B>(<A HREF="../../../org/omg/CORBA/BooleanSeqHolder.html">BooleanSeqHolder</A> seq, int offset, int length)</PRE><DL><DD>Reads array of IDL booleans from offset for length elements from the input stream.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>seq</CODE> - The out parameter holder for the array to be read.<DD><CODE>offset</CODE> - The index into seq of the first element to read from the input stream.<DD><CODE>length</CODE> - The number of elements to read from the input stream.<DT><B>Throws:</B><DD><CODE><code>org.omg.CORBA.MARSHAL</code></CODE> - If an inconsistency is detected, including not having registered a streaming policy, then the standard system exception MARSHAL is raised.</DL></DD></DL><HR><A NAME="read_char_array(org.omg.CORBA.CharSeqHolder, int, int)"><!-- --></A><H3>read_char_array</H3><PRE>public void <B>read_char_array</B>(<A HREF="../../../org/omg/CORBA/CharSeqHolder.html">CharSeqHolder</A> seq, int offset, int length)</PRE><DL><DD>Reads array of IDL characters from offset for length elements from the input stream.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>seq</CODE> - The out parameter holder for the array to be read.<DD><CODE>offset</CODE> - The index into seq of the first element to read from the input stream.<DD><CODE>length</CODE> - The number of elements to read from the input stream.<DT><B>Throws:</B><DD><CODE><code>org.omg.CORBA.MARSHAL</code></CODE> - If an inconsistency is detected, including not having registered a streaming policy, then the standard system exception MARSHAL is raised.</DL></DD></DL><HR><A NAME="read_wchar_array(org.omg.CORBA.WCharSeqHolder, int, int)"><!-- --></A><H3>read_wchar_array</H3><PRE>public void <B>read_wchar_array</B>(<A HREF="../../../org/omg/CORBA/WCharSeqHolder.html">WCharSeqHolder</A> seq, int offset, int length)</PRE><DL><DD>Reads array of IDL wide characters from offset for length elements from the input stream.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>seq</CODE> - The out parameter holder for the array to be read.<DD><CODE>offset</CODE> - The index into seq of the first element to read from the input stream.<DD><CODE>length</CODE> - The number of elements to read from the input stream.<DT><B>Throws:</B><DD><CODE><code>org.omg.CORBA.MARSHAL</code></CODE> - If an inconsistency is detected, including not having registered a streaming policy, then the standard system exception MARSHAL is raised.</DL></DD></DL><HR><A NAME="read_octet_array(org.omg.CORBA.OctetSeqHolder, int, int)"><!-- --></A><H3>read_octet_array</H3><PRE>public void <B>read_octet_array</B>(<A HREF="../../../org/omg/CORBA/OctetSeqHolder.html">OctetSeqHolder</A> seq, int offset, int length)</PRE><DL><DD>Reads array of IDL octets from offset for length elements from the input stream.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>seq</CODE> - The out parameter holder for the array to be read.<DD><CODE>offset</CODE> - The index into seq of the first element to read from the input stream.<DD><CODE>length</CODE> - The number of elements to read from the input stream.<DT><B>Throws:</B><DD><CODE><code>org.omg.CORBA.MARSHAL</code></CODE> - If an inconsistency is detected, including not having registered a streaming policy, then the standard system exception MARSHAL is raised.</DL></DD></DL><HR><A NAME="read_short_array(org.omg.CORBA.ShortSeqHolder, int, int)"><!-- --></A><H3>read_short_array</H3><PRE>public void <B>read_short_array</B>(<A HREF="../../../org/omg/CORBA/ShortSeqHolder.html">ShortSeqHolder</A> seq, int offset, int length)</PRE><DL><DD>Reads array of IDL shorts from offset for length elements from the input stream.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>seq</CODE> - The out parameter holder for the array to be read.<DD><CODE>offset</CODE> - The index into seq of the first element to read from the input stream.<DD><CODE>length</CODE> - The number of elements to read from the input stream.<DT><B>Throws:</B><DD><CODE><code>org.omg.CORBA.MARSHAL</code></CODE> - If an inconsistency is detected, including not having registered a streaming policy, then the standard system exception MARSHAL is raised.</DL></DD></DL><HR><A NAME="read_ushort_array(org.omg.CORBA.UShortSeqHolder, int, int)"><!-- --></A><H3>read_ushort_array</H3><PRE>public void <B>read_ushort_array</B>(<A HREF="../../../org/omg/CORBA/UShortSeqHolder.html">UShortSeqHolder</A> seq, int offset, int length)</PRE><DL><DD>Reads array of IDL unsigned shorts from offset for length elements from the input stream.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>seq</CODE> - The out parameter holder for the array to be read.<DD><CODE>offset</CODE> - The index into seq of the first element to read from the input stream.<DD><CODE>length</CODE> - The number of elements to read from the input stream.<DT><B>Throws:</B><DD><CODE><code>org.omg.CORBA.MARSHAL</code></CODE> - If an inconsistency is detected, including not having registered a streaming policy, then the standard system exception MARSHAL is raised.</DL></DD></DL><HR><A NAME="read_long_array(org.omg.CORBA.LongSeqHolder, int, int)"><!-- --></A><H3>read_long_array</H3><PRE>public void <B>read_long_array</B>(<A HREF="../../../org/omg/CORBA/LongSeqHolder.html">LongSeqHolder</A> seq, int offset, int length)</PRE><DL><DD>Reads array of IDL longs from offset for length elements from the input stream.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>seq</CODE> - The out parameter holder for the array to be read.<DD><CODE>offset</CODE> - The index into seq of the first element to read from the input stream.<DD><CODE>length</CODE> - The number of elements to read from the input stream.<DT><B>Throws:</B><DD><CODE><code>org.omg.CORBA.MARSHAL</code></CODE> - If an inconsistency is detected, including not having registered a streaming policy, then the standard system exception MARSHAL is raised.</DL></DD></DL><HR><A NAME="read_ulong_array(org.omg.CORBA.ULongSeqHolder, int, int)"><!-- --></A><H3>read_ulong_array</H3><PRE>public void <B>read_ulong_array</B>(<A HREF="../../../org/omg/CORBA/ULongSeqHolder.html">ULongSeqHolder</A> seq, int offset, int length)</PRE><DL><DD>Reads array of IDL unsigned longs from offset for length elements from the input stream.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>seq</CODE> - The out parameter holder for the array to be read.<DD><CODE>offset</CODE> - The index into seq of the first element to read from the input stream.<DD><CODE>length</CODE> - The number of elements to read from the input stream.<DT><B>Throws:</B><DD><CODE><code>org.omg.CORBA.MARSHAL</code></CODE> - If an inconsistency is detected, including not having registered a streaming policy, then the standard system exception MARSHAL is raised.</DL></DD></DL><HR><A NAME="read_ulonglong_array(org.omg.CORBA.ULongLongSeqHolder, int, int)"><!-- --></A><H3>read_ulonglong_array</H3><PRE>public void <B>read_ulonglong_array</B>(<A HREF="../../../org/omg/CORBA/ULongLongSeqHolder.html">ULongLongSeqHolder</A> seq, int offset, int length)</PRE><DL><DD>Reads array of IDL unsigned long longs from offset for length elements from the input stream.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>seq</CODE> - The out parameter holder for the array to be read.<DD><CODE>offset</CODE> - The index into seq of the first element to read from the input stream.<DD><CODE>length</CODE> - The number of elements to read from the input stream.<DT><B>Throws:</B><DD><CODE><code>org.omg.CORBA.MARSHAL</code></CODE> - If an inconsistency is detected, including not having registered a streaming policy, then the standard system exception MARSHAL is raised.</DL></DD></DL><HR><A NAME="read_longlong_array(org.omg.CORBA.LongLongSeqHolder, int, int)"><!-- --></A><H3>read_longlong_array</H3><PRE>public void <B>read_longlong_array</B>(<A HREF="../../../org/omg/CORBA/LongLongSeqHolder.html">LongLongSeqHolder</A> seq, int offset, int length)</PRE><DL><DD>Reads array of IDL long longs from offset for length elements from the input stream.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>seq</CODE> - The out parameter holder for the array to be read.<DD><CODE>offset</CODE> - The index into seq of the first element to read from the input stream.<DD><CODE>length</CODE> - The number of elements to read from the input stream.<DT><B>Throws:</B><DD><CODE><code>org.omg.CORBA.MARSHAL</code></CODE> - If an inconsistency is detected, including not having registered a streaming policy, then the standard system exception MARSHAL is raised.</DL></DD></DL><HR><A NAME="read_float_array(org.omg.CORBA.FloatSeqHolder, int, int)"><!-- --></A><H3>read_float_array</H3><PRE>public void <B>read_float_array</B>(<A HREF="../../../org/omg/CORBA/FloatSeqHolder.html">FloatSeqHolder</A> seq, int offset, int length)</PRE><DL><DD>Reads array of IDL floats from offset for length elements from the input stream.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>seq</CODE> - The out parameter holder for the array to be read.<DD><CODE>offset</CODE> - The index into seq of the first element to read from the input stream.<DD><CODE>length</CODE> - The number of elements to read from the input stream.<DT><B>Throws:</B><DD><CODE><code>org.omg.CORBA.MARSHAL</code></CODE> - If an inconsistency is detected, including not having registered a streaming policy, then the standard system exception MARSHAL is raised.</DL></DD></DL><HR><A NAME="read_double_array(org.omg.CORBA.DoubleSeqHolder, int, int)"><!-- --></A><H3>read_double_array</H3><PRE>public void <B>read_double_array</B>(<A HREF="../../../org/omg/CORBA/DoubleSeqHolder.html">DoubleSeqHolder</A> seq, int offset, int length)</PRE><DL><DD>Reads array of IDL doubles from offset for length elements from the input stream.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>seq</CODE> - The out parameter holder for the array to be read.<DD><CODE>offset</CODE> - The index into seq of the first element to read from the input stream.<DD><CODE>length</CODE> - The number of elements to read from the input stream.<DT><B>Throws:</B><DD><CODE><code>org.omg.CORBA.MARSHAL</code></CODE> - If an inconsistency is detected, including not having registered a streaming policy, then the standard system exception MARSHAL is raised.</DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DataInputStream.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </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-files/index-1.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><b>Java<sup><font size=-2>TM</font></sup> 2 Platform<br>Std. Ed. v1.3</b></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../org/omg/CORBA/CustomMarshal.html"><B>PREV CLASS</B></A> <A HREF="../../../org/omg/CORBA/DataOutputStream.html"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="DataInputStream.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: INNER | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR><font size="-1"><a href="http://java.sun.com/cgi-bin/bugreport.cgi">Submit a bug or feature</a><br>For further API reference and developer documentation, see <a href="http://java.sun.com/products/jdk/1.3/devdocs-vs-specs.html">Java 2 SDK SE Developer Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. <p>Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.<br>Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road<br>Palo Alto, California, 94303, U.S.A. All Rights Reserved.</font></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -