📄 index-18.html
字号:
<DT><A HREF="../javax/sound/sampled/AudioInputStream.html#read(byte[])"><B>read(byte[])</B></A> - Method in class javax.sound.sampled.<A HREF="../javax/sound/sampled/AudioInputStream.html">AudioInputStream</A><DD>Reads some number of bytes from the audio input stream and stores them into the buffer array <code>b</code>.<DT><A HREF="../javax/swing/ProgressMonitorInputStream.html#read(byte[])"><B>read(byte[])</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="../java/io/InputStream.html#read(byte[], int, int)"><B>read(byte[], int, int)</B></A> - Method in class java.io.<A HREF="../java/io/InputStream.html">InputStream</A><DD>Reads up to <code>len</code> bytes of data from the input stream into an array of bytes.<DT><A HREF="../java/io/FilterInputStream.html#read(byte[], int, int)"><B>read(byte[], int, int)</B></A> - Method in class java.io.<A HREF="../java/io/FilterInputStream.html">FilterInputStream</A><DD>Reads up to <code>len</code> bytes of data from this input stream into an array of bytes.<DT><A HREF="../java/io/ObjectInput.html#read(byte[], int, int)"><B>read(byte[], int, int)</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/ObjectInputStream.html#read(byte[], int, int)"><B>read(byte[], int, int)</B></A> - Method in class java.io.<A HREF="../java/io/ObjectInputStream.html">ObjectInputStream</A><DD>Reads into an array of bytes.<DT><A HREF="../java/io/PipedInputStream.html#read(byte[], int, int)"><B>read(byte[], int, int)</B></A> - Method in class java.io.<A HREF="../java/io/PipedInputStream.html">PipedInputStream</A><DD>Reads up to <code>len</code> bytes of data from this piped input stream into an array of bytes.<DT><A HREF="../java/io/PushbackInputStream.html#read(byte[], int, int)"><B>read(byte[], int, int)</B></A> - Method in class java.io.<A HREF="../java/io/PushbackInputStream.html">PushbackInputStream</A><DD>Reads up to <code>len</code> bytes of data from this input stream into an array of bytes.<DT><A HREF="../java/io/StringBufferInputStream.html#read(byte[], int, int)"><B>read(byte[], int, int)</B></A> - Method in class java.io.<A HREF="../java/io/StringBufferInputStream.html">StringBufferInputStream</A><DD><B>Deprecated.</B> Reads up to <code>len</code> bytes of data from this input stream into an array of bytes.<DT><A HREF="../java/io/BufferedInputStream.html#read(byte[], int, int)"><B>read(byte[], int, int)</B></A> - Method in class java.io.<A HREF="../java/io/BufferedInputStream.html">BufferedInputStream</A><DD>Reads bytes from this byte-input stream into the specified byte array, starting at the given offset.<DT><A HREF="../java/io/ByteArrayInputStream.html#read(byte[], int, int)"><B>read(byte[], int, int)</B></A> - Method in class java.io.<A HREF="../java/io/ByteArrayInputStream.html">ByteArrayInputStream</A><DD>Reads up to <code>len</code> bytes of data into an array of bytes from this input stream.<DT><A HREF="../java/io/RandomAccessFile.html#read(byte[], int, int)"><B>read(byte[], int, int)</B></A> - Method in class java.io.<A HREF="../java/io/RandomAccessFile.html">RandomAccessFile</A><DD>Reads up to <code>len</code> bytes of data from this file into an array of bytes.<DT><A HREF="../java/io/SequenceInputStream.html#read(byte[], int, int)"><B>read(byte[], int, int)</B></A> - Method in class java.io.<A HREF="../java/io/SequenceInputStream.html">SequenceInputStream</A><DD>Reads up to <code>len</code> bytes of data from this input stream into an array of bytes.<DT><A HREF="../java/io/DataInputStream.html#read(byte[], int, int)"><B>read(byte[], int, int)</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/LineNumberInputStream.html#read(byte[], int, int)"><B>read(byte[], int, int)</B></A> - Method in class java.io.<A HREF="../java/io/LineNumberInputStream.html">LineNumberInputStream</A><DD><B>Deprecated.</B> Reads up to <code>len</code> bytes of data from this input stream into an array of bytes.<DT><A HREF="../java/io/FileInputStream.html#read(byte[], int, int)"><B>read(byte[], int, int)</B></A> - Method in class java.io.<A HREF="../java/io/FileInputStream.html">FileInputStream</A><DD>Reads up to <code>len</code> bytes of data from this input stream into an array of bytes.<DT><A HREF="../java/security/DigestInputStream.html#read(byte[], int, int)"><B>read(byte[], int, int)</B></A> - Method in class java.security.<A HREF="../java/security/DigestInputStream.html">DigestInputStream</A><DD>Reads into a byte array, and updates the message digest (if the digest function is on).<DT><A HREF="../java/util/jar/JarInputStream.html#read(byte[], int, int)"><B>read(byte[], int, int)</B></A> - Method in class java.util.jar.<A HREF="../java/util/jar/JarInputStream.html">JarInputStream</A><DD>Reads from the current JAR file entry into an array of bytes.<DT><A HREF="../java/util/zip/InflaterInputStream.html#read(byte[], int, int)"><B>read(byte[], int, int)</B></A> - Method in class java.util.zip.<A HREF="../java/util/zip/InflaterInputStream.html">InflaterInputStream</A><DD>Reads uncompressed data into an array of bytes.<DT><A HREF="../java/util/zip/ZipInputStream.html#read(byte[], int, int)"><B>read(byte[], int, int)</B></A> - Method in class java.util.zip.<A HREF="../java/util/zip/ZipInputStream.html">ZipInputStream</A><DD>Reads from the current ZIP entry into an array of bytes.<DT><A HREF="../java/util/zip/CheckedInputStream.html#read(byte[], int, int)"><B>read(byte[], int, int)</B></A> - Method in class java.util.zip.<A HREF="../java/util/zip/CheckedInputStream.html">CheckedInputStream</A><DD>Reads into an array of bytes.<DT><A HREF="../java/util/zip/GZIPInputStream.html#read(byte[], int, int)"><B>read(byte[], int, int)</B></A> - Method in class java.util.zip.<A HREF="../java/util/zip/GZIPInputStream.html">GZIPInputStream</A><DD>Reads uncompressed data into an array of bytes.<DT><A HREF="../javax/sound/sampled/AudioInputStream.html#read(byte[], int, int)"><B>read(byte[], int, int)</B></A> - Method in class javax.sound.sampled.<A HREF="../javax/sound/sampled/AudioInputStream.html">AudioInputStream</A><DD>Reads up to a specified maximum number of bytes of data from the audio stream, putting them into the given byte array.<DT><A HREF="../javax/sound/sampled/TargetDataLine.html#read(byte[], int, int)"><B>read(byte[], int, int)</B></A> - Method in interface javax.sound.sampled.<A HREF="../javax/sound/sampled/TargetDataLine.html">TargetDataLine</A><DD>Reads audio data from the data line's input buffer.<DT><A HREF="../javax/swing/ProgressMonitorInputStream.html#read(byte[], int, int)"><B>read(byte[], int, int)</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="../java/io/Reader.html#read(char[])"><B>read(char[])</B></A> - Method in class java.io.<A HREF="../java/io/Reader.html">Reader</A><DD>Read characters into an array.<DT><A HREF="../java/io/Reader.html#read(char[], int, int)"><B>read(char[], int, int)</B></A> - Method in class java.io.<A HREF="../java/io/Reader.html">Reader</A><DD>Read characters into a portion of an array.<DT><A HREF="../java/io/FilterReader.html#read(char[], int, int)"><B>read(char[], int, int)</B></A> - Method in class java.io.<A HREF="../java/io/FilterReader.html">FilterReader</A><DD>Read characters into a portion of an array.<DT><A HREF="../java/io/PipedReader.html#read(char[], int, int)"><B>read(char[], int, int)</B></A> - Method in class java.io.<A HREF="../java/io/PipedReader.html">PipedReader</A><DD>Reads up to <code>len</code> characters of data from this piped stream into an array of characters.<DT><A HREF="../java/io/PushbackReader.html#read(char[], int, int)"><B>read(char[], int, int)</B></A> - Method in class java.io.<A HREF="../java/io/PushbackReader.html">PushbackReader</A><DD>Read characters into a portion of an array.<DT><A HREF="../java/io/BufferedReader.html#read(char[], int, int)"><B>read(char[], int, int)</B></A> - Method in class java.io.<A HREF="../java/io/BufferedReader.html">BufferedReader</A><DD>Read characters into a portion of an array.<DT><A HREF="../java/io/LineNumberReader.html#read(char[], int, int)"><B>read(char[], int, int)</B></A> - Method in class java.io.<A HREF="../java/io/LineNumberReader.html">LineNumberReader</A><DD>Read characters into a portion of an array.<DT><A HREF="../java/io/StringReader.html#read(char[], int, int)"><B>read(char[], int, int)</B></A> - Method in class java.io.<A HREF="../java/io/StringReader.html">StringReader</A><DD>Read characters into a portion of an array.<DT><A HREF="../java/io/InputStreamReader.html#read(char[], int, int)"><B>read(char[], int, int)</B></A> - Method in class java.io.<A HREF="../java/io/InputStreamReader.html">InputStreamReader</A><DD>Read characters into a portion of an array.<DT><A HREF="../java/io/CharArrayReader.html#read(char[], int, int)"><B>read(char[], int, int)</B></A> - Method in class java.io.<A HREF="../java/io/CharArrayReader.html">CharArrayReader</A><DD>Read characters into a portion of an array.<DT><A HREF="../java/rmi/server/UID.html#read(java.io.DataInput)"><B>read(DataInput)</B></A> - Static method in class java.rmi.server.<A HREF="../java/rmi/server/UID.html">UID</A><DD>Reads the <code>UID</code> from the input stream.<DT><A HREF="../javax/swing/text/html/parser/DTD.html#read(java.io.DataInputStream)"><B>read(DataInputStream)</B></A> - Method in class javax.swing.text.html.parser.<A HREF="../javax/swing/text/html/parser/DTD.html">DTD</A><DD> <DT><A HREF="../java/util/jar/Manifest.html#read(java.io.InputStream)"><B>read(InputStream)</B></A> - Method in class java.util.jar.<A HREF="../java/util/jar/Manifest.html">Manifest</A><DD>Reads the Manifest from the specified InputStream.<DT><A HREF="../org/omg/CORBA/UnionMemberHelper.html#read(org.omg.CORBA.portable.InputStream)"><B>read(InputStream)</B></A> - Static method in class org.omg.CORBA.<A HREF="../org/omg/CORBA/UnionMemberHelper.html">UnionMemberHelper</A><DD> <DT><A HREF="../org/omg/CORBA/ServiceInformationHelper.html#read(org.omg.CORBA.portable.InputStream)"><B>read(InputStream)</B></A> - Static method in class org.omg.CORBA.<A HREF="../org/omg/CORBA/ServiceInformationHelper.html">ServiceInformationHelper</A><DD> <DT><A HREF="../org/omg/CORBA/PolicyListHelper.html#read(org.omg.CORBA.portable.InputStream)"><B>read(InputStream)</B></A> - Static method in class org.omg.CORBA.<A HREF="../org/omg/CORBA/PolicyListHelper.html">PolicyListHelper</A><DD> <DT><A HREF="../org/omg/CORBA/NameValuePairHelper.html#read(org.omg.CORBA.portable.InputStream)"><B>read(InputStream)</B></A> - Static method in class org.omg.CORBA.<A HREF="../org/omg/CORBA/NameValuePairHelper.html">NameValuePairHelper</A><DD> <DT><A HREF="../org/omg/CORBA/LongSeqHelper.html#read(org.omg.CORBA.portable.InputStream)"><B>read(InputStream)</B></A> - Static method in class org.omg.CORBA.<A HREF="../org/omg/CORBA/LongSeqHelper.html">LongSeqHelper</A><DD> <DT><A HREF="../org/omg/CORBA/OctetSeqHelper.html#read(org.omg.CORBA.portable.InputStream)"><B>read(InputStream)</B></A> - Static method in class org.omg.CORBA.<A HREF="../org/omg/CORBA/OctetSeqHelper.html">OctetSeqHelper</A><DD> <DT><A HREF="../org/omg/CORBA/IdentifierHelper.html#read(org.omg.CORBA.portable.InputStream)"><B>read(InputStream)</B></A> - Static method in class org.omg.CORBA.<A HREF="../org/omg/CORBA/IdentifierHelper.html">IdentifierHelper</A><DD> <DT><A HREF="../org/omg/CORBA/FloatSeqHelper.html#read(org.omg.CORBA.portable.InputStream)"><B>read(InputStream)</B></A> - Static method in class org.omg.CORBA.<A HREF="../org/omg/CORBA/FloatSeqHelper.html">FloatSeqHelper</A><DD> <DT><A HREF="../org/omg/CORBA/ServiceDetailHelper.html#read(org.omg.CORBA.portable.InputStream)"><B>read(InputStream)</B></A> - Static method in class org.omg.CORBA.<A HREF="../org/omg/CORBA/ServiceDetailHelper.html">ServiceDetailHelper</A><DD> <DT><A HREF="../org/omg/CORBA/BooleanSeqHelper.html#read(org.omg.CORBA.portable.InputStream)"><B>read(InputStream)</B></A> -
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -