📄 inputstream.html
字号:
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/omg/CORBA/portable/InputStream.html#read_short_array(short[], int, int)">read_short_array</A></B>(short[] value, int offset, int length)</CODE><BR> Reads an array of shorts from this input stream.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract short</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/omg/CORBA/portable/InputStream.html#read_short()">read_short</A></B>()</CODE><BR> Reads a short value from this input stream.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract <A HREF="../../../../java/lang/String.html">String</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/omg/CORBA/portable/InputStream.html#read_string()">read_string</A></B>()</CODE><BR> Reads a string value from this input stream.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract <A HREF="../../../../org/omg/CORBA/TypeCode.html">TypeCode</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/omg/CORBA/portable/InputStream.html#read_TypeCode()">read_TypeCode</A></B>()</CODE><BR> Reads a TypeCode from this input stream.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/omg/CORBA/portable/InputStream.html#read_ulong_array(int[], int, int)">read_ulong_array</A></B>(int[] value, int offset, int length)</CODE><BR> Reads an array of unsigned CORBA longs (i.e.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/omg/CORBA/portable/InputStream.html#read_ulong()">read_ulong</A></B>()</CODE><BR> Reads an unsigned CORBA long (i.e.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/omg/CORBA/portable/InputStream.html#read_ulonglong_array(long[], int, int)">read_ulonglong_array</A></B>(long[] value, int offset, int length)</CODE><BR> Reads an array of unsigned CORBA longlongs (i.e.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract long</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/omg/CORBA/portable/InputStream.html#read_ulonglong()">read_ulonglong</A></B>()</CODE><BR> Reads a CORBA unsigned longlong (i.e.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/omg/CORBA/portable/InputStream.html#read_ushort_array(short[], int, int)">read_ushort_array</A></B>(short[] value, int offset, int length)</CODE><BR> Reads an array of unsigned shorts from this input stream.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract short</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/omg/CORBA/portable/InputStream.html#read_ushort()">read_ushort</A></B>()</CODE><BR> Reads a unsigned short value from this input stream.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/omg/CORBA/portable/InputStream.html#read_wchar_array(char[], int, int)">read_wchar_array</A></B>(char[] value, int offset, int length)</CODE><BR> Reads an array of wide chars from this input stream.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract char</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/omg/CORBA/portable/InputStream.html#read_wchar()">read_wchar</A></B>()</CODE><BR> Reads a wide char value from this input stream.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract <A HREF="../../../../java/lang/String.html">String</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/omg/CORBA/portable/InputStream.html#read_wstring()">read_wstring</A></B>()</CODE><BR> Reads a wide string value from this input stream.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/omg/CORBA/portable/InputStream.html#read()">read</A></B>()</CODE><BR> Reads the next byte of data from the input stream.</TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.io.InputStream"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class java.io.<A HREF="../../../../java/io/InputStream.html">InputStream</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../java/io/InputStream.html#available()">available</A>, <A HREF="../../../../java/io/InputStream.html#close()">close</A>, <A HREF="../../../../java/io/InputStream.html#mark(int)">mark</A>, <A HREF="../../../../java/io/InputStream.html#markSupported()">markSupported</A>, <A HREF="../../../../java/io/InputStream.html#read(byte[])">read</A>, <A HREF="../../../../java/io/InputStream.html#read(byte[], int, int)">read</A>, <A HREF="../../../../java/io/InputStream.html#reset()">reset</A>, <A HREF="../../../../java/io/InputStream.html#skip(long)">skip</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class java.lang.<A HREF="../../../../java/lang/Object.html">Object</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../java/lang/Object.html#clone()">clone</A>, <A HREF="../../../../java/lang/Object.html#equals(java.lang.Object)">equals</A>, <A HREF="../../../../java/lang/Object.html#finalize()">finalize</A>, <A HREF="../../../../java/lang/Object.html#getClass()">getClass</A>, <A HREF="../../../../java/lang/Object.html#hashCode()">hashCode</A>, <A HREF="../../../../java/lang/Object.html#notify()">notify</A>, <A HREF="../../../../java/lang/Object.html#notifyAll()">notifyAll</A>, <A HREF="../../../../java/lang/Object.html#toString()">toString</A>, <A HREF="../../../../java/lang/Object.html#wait()">wait</A>, <A HREF="../../../../java/lang/Object.html#wait(long)">wait</A>, <A HREF="../../../../java/lang/Object.html#wait(long, int)">wait</A></CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TD></TR></TABLE><A NAME="InputStream()"><!-- --></A><H3>InputStream</H3><PRE>public <B>InputStream</B>()</PRE><DL></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Method Detail</B></FONT></TD></TR></TABLE><A NAME="read_boolean()"><!-- --></A><H3>read_boolean</H3><PRE>public abstract boolean <B>read_boolean</B>()</PRE><DL><DD>Reads a boolean value from this input stream.</DL><HR><A NAME="read_char()"><!-- --></A><H3>read_char</H3><PRE>public abstract char <B>read_char</B>()</PRE><DL><DD>Reads a char value from this input stream.</DL><HR><A NAME="read_wchar()"><!-- --></A><H3>read_wchar</H3><PRE>public abstract char <B>read_wchar</B>()</PRE><DL><DD>Reads a wide char value from this input stream.</DL><HR><A NAME="read_octet()"><!-- --></A><H3>read_octet</H3><PRE>public abstract byte <B>read_octet</B>()</PRE><DL><DD>Reads an octet (i.e. a byte) value from this input stream.</DL><HR><A NAME="read_short()"><!-- --></A><H3>read_short</H3><PRE>public abstract short <B>read_short</B>()</PRE><DL><DD>Reads a short value from this input stream.</DL><HR><A NAME="read_ushort()"><!-- --></A><H3>read_ushort</H3><PRE>public abstract short <B>read_ushort</B>()</PRE><DL><DD>Reads a unsigned short value from this input stream.</DL><HR><A NAME="read_long()"><!-- --></A><H3>read_long</H3><PRE>public abstract int <B>read_long</B>()</PRE><DL><DD>Reads a CORBA long (i.e. Java int) value from this input stream.</DL><HR><A NAME="read_ulong()"><!-- --></A><H3>read_ulong</H3><PRE>public abstract int <B>read_ulong</B>()</PRE><DL><DD>Reads an unsigned CORBA long (i.e. Java int) value from this input stream.</DL><HR><A NAME="read_longlong()"><!-- --></A><H3>read_longlong</H3><PRE>public abstract long <B>read_longlong</B>()</PRE><DL><DD>Reads a CORBA longlong (i.e. Java long) value from this input stream.</DL><HR><A NAME="read_ulonglong()"><!-- --></A><H3>read_ulonglong</H3><PRE>public abstract long <B>read_ulonglong</B>()</PRE><DL><DD>Reads a CORBA unsigned longlong (i.e. Java long) value from this input stream.</DL><HR><A NAME="read_float()"><!-- --></A><H3>read_float</H3><PRE>public abstract float <B>read_float</B>()</PRE><DL><DD>Reads a float value from this input stream.</DL><HR><A NAME="read_double()"><!-- --></A><H3>read_double</H3><PRE>public abstract double <B>read_double</B>()</PRE><DL><DD>Reads a double value from this input stream.</DL><HR><A NAME="read_string()"><!-- --></A><H3>read_string</H3><PRE>public abstract <A HREF="../../../../java/lang/String.html">String</A> <B>read_string</B>()</PRE><DL><DD>Reads a string value from this input stream.</DL><HR><A NAME="read_wstring()"><!-- --></A><H3>read_wstring</H3><PRE>public abstract <A HREF="../../../../java/lang/String.html">String</A> <B>read_wstring</B>()</PRE><DL><DD>Reads a wide string value from this input stream.</DL><HR><A NAME="read_boolean_array(boolean[], int, int)"><!-- --></A><H3>read_boolean_array</H3><PRE>public abstract void <B>read_boolean_array</B>(boolean[] value, int offset, int length)</PRE><DL><DD>Reads an array of booleans from this input stream.<DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - returned array of booleans.<DD><CODE>offset</CODE> - offset on the stream.<DD><CODE>length</CODE> - length of buffer to read</DL></DD></DL><HR><A NAME="read_char_array(char[], int, int)"><!-- --></A><H3>read_char_array</H3><PRE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -