📄 index-18.html
字号:
<DD>Reads an IDL value type from the input stream.<DT><A HREF="../org/omg/CORBA_2_3/portable/InputStream.html#read_value(org.omg.CORBA.portable.BoxedValueHelper)"><B>read_value(BoxedValueHelper)</B></A> - Method in class org.omg.CORBA_2_3.portable.<A HREF="../org/omg/CORBA_2_3/portable/InputStream.html">InputStream</A><DD>unmarshalls a value type from the input stream.<DT><A HREF="../org/omg/CORBA_2_3/portable/InputStream.html#read_value(java.lang.Class)"><B>read_value(Class)</B></A> - Method in class org.omg.CORBA_2_3.portable.<A HREF="../org/omg/CORBA_2_3/portable/InputStream.html">InputStream</A><DD>unmarshalls a value type from the input stream.<DT><A HREF="../org/omg/CORBA/StringValueHelper.html#read_value(org.omg.CORBA.portable.InputStream)"><B>read_value(InputStream)</B></A> - Method in class org.omg.CORBA.<A HREF="../org/omg/CORBA/StringValueHelper.html">StringValueHelper</A><DD> <DT><A HREF="../org/omg/CORBA/WStringValueHelper.html#read_value(org.omg.CORBA.portable.InputStream)"><B>read_value(InputStream)</B></A> - Method in class org.omg.CORBA.<A HREF="../org/omg/CORBA/WStringValueHelper.html">WStringValueHelper</A><DD> <DT><A HREF="../org/omg/CORBA/portable/ValueFactory.html#read_value(org.omg.CORBA_2_3.portable.InputStream)"><B>read_value(InputStream)</B></A> - Method in interface org.omg.CORBA.portable.<A HREF="../org/omg/CORBA/portable/ValueFactory.html">ValueFactory</A><DD>Is called by the ORB runtime while in the process of unmarshaling a value type.<DT><A HREF="../org/omg/CORBA/portable/BoxedValueHelper.html#read_value(org.omg.CORBA.portable.InputStream)"><B>read_value(InputStream)</B></A> - Method in interface org.omg.CORBA.portable.<A HREF="../org/omg/CORBA/portable/BoxedValueHelper.html">BoxedValueHelper</A><DD> <DT><A HREF="../org/omg/CORBA/Any.html#read_value(org.omg.CORBA.portable.InputStream, org.omg.CORBA.TypeCode)"><B>read_value(InputStream, TypeCode)</B></A> - Method in class org.omg.CORBA.<A HREF="../org/omg/CORBA/Any.html">Any</A><DD>Reads off (unmarshals) the value of an <code>Any</code> object from the given input stream using the given typecode.<DT><A HREF="../org/omg/CORBA_2_3/portable/InputStream.html#read_value(java.io.Serializable)"><B>read_value(Serializable)</B></A> - Method in class org.omg.CORBA_2_3.portable.<A HREF="../org/omg/CORBA_2_3/portable/InputStream.html">InputStream</A><DD>unmarshalls a value type from the input stream.<DT><A HREF="../org/omg/CORBA_2_3/portable/InputStream.html#read_value(java.lang.String)"><B>read_value(String)</B></A> - Method in class org.omg.CORBA_2_3.portable.<A HREF="../org/omg/CORBA_2_3/portable/InputStream.html">InputStream</A><DD>unmarshalls a value type from the input stream.<DT><A HREF="../org/omg/CORBA/portable/InputStream.html#read_wchar_array(char[], int, int)"><B>read_wchar_array(char[], int, int)</B></A> - Method in class org.omg.CORBA.portable.<A HREF="../org/omg/CORBA/portable/InputStream.html">InputStream</A><DD>Reads an array of wide chars from this input stream.<DT><A HREF="../org/omg/CORBA/DataInputStream.html#read_wchar_array(org.omg.CORBA.WCharSeqHolder, int, int)"><B>read_wchar_array(WCharSeqHolder, int, int)</B></A> - Method in interface org.omg.CORBA.<A HREF="../org/omg/CORBA/DataInputStream.html">DataInputStream</A><DD>Reads array of IDL wide characters from offset for length elements from the input stream.<DT><A HREF="../org/omg/CORBA/DataInputStream.html#read_wchar()"><B>read_wchar()</B></A> - Method in interface org.omg.CORBA.<A HREF="../org/omg/CORBA/DataInputStream.html">DataInputStream</A><DD>Reads an IDL wide character value from the input stream.<DT><A HREF="../org/omg/CORBA/portable/InputStream.html#read_wchar()"><B>read_wchar()</B></A> - Method in class org.omg.CORBA.portable.<A HREF="../org/omg/CORBA/portable/InputStream.html">InputStream</A><DD>Reads a wide char value from this input stream.<DT><A HREF="../org/omg/CORBA/DataInputStream.html#read_wstring()"><B>read_wstring()</B></A> - Method in interface org.omg.CORBA.<A HREF="../org/omg/CORBA/DataInputStream.html">DataInputStream</A><DD>Reads an IDL wide string from the input stream.<DT><A HREF="../org/omg/CORBA/portable/InputStream.html#read_wstring()"><B>read_wstring()</B></A> - Method in class org.omg.CORBA.portable.<A HREF="../org/omg/CORBA/portable/InputStream.html">InputStream</A><DD>Reads a wide string value from this input stream.<DT><A HREF="../java/io/Reader.html#read()"><B>read()</B></A> - Method in class java.io.<A HREF="../java/io/Reader.html">Reader</A><DD>Read a single character.<DT><A HREF="../java/io/FilterReader.html#read()"><B>read()</B></A> - Method in class java.io.<A HREF="../java/io/FilterReader.html">FilterReader</A><DD>Read a single character.<DT><A HREF="../java/io/InputStream.html#read()"><B>read()</B></A> - Method in class java.io.<A HREF="../java/io/InputStream.html">InputStream</A><DD>Reads the next byte of data from the input stream.<DT><A HREF="../java/io/FilterInputStream.html#read()"><B>read()</B></A> - Method in class java.io.<A HREF="../java/io/FilterInputStream.html">FilterInputStream</A><DD>Reads the next byte of data from this input stream.<DT><A HREF="../java/io/PipedReader.html#read()"><B>read()</B></A> - Method in class java.io.<A HREF="../java/io/PipedReader.html">PipedReader</A><DD>Reads the next character of data from this piped stream.<DT><A HREF="../java/io/PushbackReader.html#read()"><B>read()</B></A> - Method in class java.io.<A HREF="../java/io/PushbackReader.html">PushbackReader</A><DD>Read a single character.<DT><A HREF="../java/io/BufferedReader.html#read()"><B>read()</B></A> - Method in class java.io.<A HREF="../java/io/BufferedReader.html">BufferedReader</A><DD>Read a single character.<DT><A HREF="../java/io/LineNumberReader.html#read()"><B>read()</B></A> - Method in class java.io.<A HREF="../java/io/LineNumberReader.html">LineNumberReader</A><DD>Read a single character.<DT><A HREF="../java/io/ObjectInput.html#read()"><B>read()</B></A> - Method in interface java.io.<A HREF="../java/io/ObjectInput.html">ObjectInput</A><DD>Reads a byte of data.<DT><A HREF="../java/io/StringReader.html#read()"><B>read()</B></A> - Method in class java.io.<A HREF="../java/io/StringReader.html">StringReader</A><DD>Read a single character.<DT><A HREF="../java/io/ObjectInputStream.html#read()"><B>read()</B></A> - Method in class java.io.<A HREF="../java/io/ObjectInputStream.html">ObjectInputStream</A><DD>Reads a byte of data.<DT><A HREF="../java/io/PipedInputStream.html#read()"><B>read()</B></A> - Method in class java.io.<A HREF="../java/io/PipedInputStream.html">PipedInputStream</A><DD>Reads the next byte of data from this piped input stream.<DT><A HREF="../java/io/InputStreamReader.html#read()"><B>read()</B></A> - Method in class java.io.<A HREF="../java/io/InputStreamReader.html">InputStreamReader</A><DD>Read a single character.<DT><A HREF="../java/io/PushbackInputStream.html#read()"><B>read()</B></A> - Method in class java.io.<A HREF="../java/io/PushbackInputStream.html">PushbackInputStream</A><DD>Reads the next byte of data from this input stream.<DT><A HREF="../java/io/StringBufferInputStream.html#read()"><B>read()</B></A> - Method in class java.io.<A HREF="../java/io/StringBufferInputStream.html">StringBufferInputStream</A><DD><B>Deprecated.</B> Reads the next byte of data from this input stream.<DT><A HREF="../java/io/BufferedInputStream.html#read()"><B>read()</B></A> - Method in class java.io.<A HREF="../java/io/BufferedInputStream.html">BufferedInputStream</A><DD>See the general contract of the <code>read</code> method of <code>InputStream</code>.<DT><A HREF="../java/io/ByteArrayInputStream.html#read()"><B>read()</B></A> - Method in class java.io.<A HREF="../java/io/ByteArrayInputStream.html">ByteArrayInputStream</A><DD>Reads the next byte of data from this input stream.<DT><A HREF="../java/io/CharArrayReader.html#read()"><B>read()</B></A> - Method in class java.io.<A HREF="../java/io/CharArrayReader.html">CharArrayReader</A><DD>Read a single character.<DT><A HREF="../java/io/RandomAccessFile.html#read()"><B>read()</B></A> - Method in class java.io.<A HREF="../java/io/RandomAccessFile.html">RandomAccessFile</A><DD>Reads a byte of data from this file.<DT><A HREF="../java/io/SequenceInputStream.html#read()"><B>read()</B></A> - Method in class java.io.<A HREF="../java/io/SequenceInputStream.html">SequenceInputStream</A><DD>Reads the next byte of data from this input stream.<DT><A HREF="../java/io/LineNumberInputStream.html#read()"><B>read()</B></A> - Method in class java.io.<A HREF="../java/io/LineNumberInputStream.html">LineNumberInputStream</A><DD><B>Deprecated.</B> Reads the next byte of data from this input stream.<DT><A HREF="../java/io/FileInputStream.html#read()"><B>read()</B></A> - Method in class java.io.<A HREF="../java/io/FileInputStream.html">FileInputStream</A><DD>Reads a byte of data from this input stream.<DT><A HREF="../java/security/DigestInputStream.html#read()"><B>read()</B></A> - Method in class java.security.<A HREF="../java/security/DigestInputStream.html">DigestInputStream</A><DD>Reads a byte, and updates the message digest (if the digest function is on).<DT><A HREF="../java/util/zip/InflaterInputStream.html#read()"><B>read()</B></A> - Method in class java.util.zip.<A HREF="../java/util/zip/InflaterInputStream.html">InflaterInputStream</A><DD>Reads a byte of uncompressed data.<DT><A HREF="../java/util/zip/CheckedInputStream.html#read()"><B>read()</B></A> - Method in class java.util.zip.<A HREF="../java/util/zip/CheckedInputStream.html">CheckedInputStream</A><DD>Reads a byte.<DT><A HREF="../javax/sound/sampled/AudioInputStream.html#read()"><B>read()</B></A> - Method in class javax.sound.sampled.<A HREF="../javax/sound/sampled/AudioInputStream.html">AudioInputStream</A><DD>Reads the next byte of data from the audio input stream.<DT><A HREF="../javax/swing/ProgressMonitorInputStream.html#read()"><B>read()</B></A> - Method in class javax.swing.<A HREF="../javax/swing/ProgressMonitorInputStream.html">ProgressMonitorInputStream</A><DD>Overrides <code>FilterInputStream.read</code> to update the progress monitor after the read.<DT><A HREF="../org/omg/CORBA/portable/InputStream.html#read()"><B>read()</B></A> - Method in class org.omg.CORBA.portable.<A HREF="../org/omg/CORBA/portable/InputStream.html">InputStream</A><DD> <DT><A HREF="../java/io/InputStream.html#read(byte[])"><B>read(byte[])</B></A> - Method in class java.io.<A HREF="../java/io/InputStream.html">InputStream</A><DD>Reads some number of bytes from the input stream and stores them into the buffer array <code>b</code>.<DT><A HREF="../java/io/FilterInputStream.html#read(byte[])"><B>read(byte[])</B></A> - Method in class java.io.<A HREF="../java/io/FilterInputStream.html">FilterInputStream</A><DD>Reads up to <code>byte.length</code> bytes of data from this input stream into an array of bytes.<DT><A HREF="../java/io/ObjectInput.html#read(byte[])"><B>read(byte[])</B></A> - Method in interface java.io.<A HREF="../java/io/ObjectInput.html">ObjectInput</A><DD>Reads into an array of bytes.<DT><A HREF="../java/io/RandomAccessFile.html#read(byte[])"><B>read(byte[])</B></A> - Method in class java.io.<A HREF="../java/io/RandomAccessFile.html">RandomAccessFile</A><DD>Reads up to <code>b.length</code> bytes of data from this file into an array of bytes.<DT><A HREF="../java/io/DataInputStream.html#read(byte[])"><B>read(byte[])</B></A> - Method in class java.io.<A HREF="../java/io/DataInputStream.html">DataInputStream</A><DD>See the general contract of the <code>read</code> method of <code>DataInput</code>.<DT><A HREF="../java/io/FileInputStream.html#read(byte[])"><B>read(byte[])</B></A> - Method in class java.io.<A HREF="../java/io/FileInputStream.html">FileInputStream</A><DD>Reads up to <code>b.length</code> bytes of data from this input stream into an array of bytes.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -