Searched defs:read (Results 201 - 225 of 574) sorted by relevance

1234567891011>>

/openjdk9/jdk/src/java.base/share/classes/java/io/
H A DCharArrayReader.java100 public int read() throws IOException { method in class:CharArrayReader
121 public int read(char b[], int off, int len) throws IOException { method in class:CharArrayReader
[all...]
H A DByteArrayInputStream.java143 public synchronized int read() { method in class:ByteArrayInputStream
176 public synchronized int read(byte b[], int off, int len) { method in class:ByteArrayInputStream
[all...]
H A DInputStream.java70 public abstract int read() throws IOException; method in class:InputStream
105 public int read(byte b[]) throws IOException { method in class:InputStream
166 public int read(byte b[], int off, int len) throws IOException { method in class:InputStream
[all...]
H A DLineNumberInputStream.java91 public int read() throws IOException { method in class:LineNumberInputStream
130 public int read(byte b[], int off, int len) throws IOException { method in class:LineNumberInputStream
[all...]
H A DPushbackInputStream.java131 public int read() throws IOException { method in class:PushbackInputStream
162 public int read(byte[] b, int off, int len) throws IOException { method in class:PushbackInputStream
[all...]
H A DPushbackReader.java84 public int read() throws IOException { method in class:PushbackReader
107 public int read(char cbuf[], int off, int len) throws IOException { method in class:PushbackReader
[all...]
H A DReader.java97 public int read(java.nio.CharBuffer target) throws IOException { method in class:Reader
119 public int read() throws IOException { method in class:Reader
139 public int read(char cbuf[]) throws IOException { method in class:Reader
160 public abstract int read(char cbuf[], int off, int len) throws IOException; method in class:Reader
[all...]
H A DStringReader.java67 public int read() throws IOException { method in class:StringReader
89 public int read(char cbuf[], int off, int len) throws IOException { method in class:StringReader
[all...]
/openjdk9/jdk/make/src/classes/build/tools/dtdbuilder/
H A DDTDInputStream.java109 public int read() throws IOException { method in class:DTDInputStream
[all...]
/openjdk9/jdk/src/java.base/share/classes/javax/crypto/
H A DCipherInputStream.java186 public int read() throw method in class:CipherInputStream
211 public int read(byte b[]) throws IOException { method in class:CipherInputStream
231 public int read(byte b[], int off, int len) throws IOException { method in class:CipherInputStream
[all...]
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DAddressingDispositionHelper.java69 public static short read (org.omg.CORBA.portable.InputStream istream) method in class:AddressingDispositionHelper
H A DCancelRequestMessage_1_1.java61 public void read(org.omg.CORBA.portable.InputStream istream) { method in class:CancelRequestMessage_1_1
H A DCancelRequestMessage_1_0.java61 public void read(org.omg.CORBA.portable.InputStream istream) { method in class:CancelRequestMessage_1_0
/openjdk9/corba/src/java.corba/share/classes/org/omg/CORBA/
H A DNameValuePairHelper.java95 public static org.omg.CORBA.NameValuePair read (org.omg.CORBA.portable.InputStream istream) method in class:NameValuePairHelper
H A DValueMemberHelper.java125 public static org.omg.CORBA.ValueMember read (org.omg.CORBA.portable.InputStream istream) method in class:ValueMemberHelper
H A DWrongTransactionHelper.java84 public static org.omg.CORBA.WrongTransaction read (org.omg.CORBA.portable.InputStream istream) method in class:WrongTransactionHelper
/openjdk9/hotspot/test/compiler/jsr292/methodHandleExceptions/
H A DByteClassLoader.java50 final boolean read; field in class:ByteClassLoader
64 public ByteClassLoader(String jar_name, boolean read, boolean write) argument
[all...]
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/org/jvnet/mimepull/
H A DMemoryData.java60 public byte[] read() { method in class:MemoryData
H A DDataFile.java61 synchronized void read(long pointer, byte[] buf, int offset, int length ) { method in class:DataFile
H A DFileData.java52 public byte[] read() { method in class:FileData
H A DChunkInputStream.java54 public int read(byte b[], int off, int sz) throws IOException { method in class:ChunkInputStream
64 public int read() throws IOException { method in class:ChunkInputStream
H A DQPDecoderStream.java66 public int read() throws IOException { method in class:QPDecoderStream
147 public int read(byte[] buf, int off, int len) throws IOException { method in class:QPDecoderStream
[all...]
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/messaging/saaj/packaging/mime/util/
H A DQPDecoderStream.java71 public int read() throws IOException { method in class:QPDecoderStream
155 public int read(byte[] buf, int off, int len) throws IOException { method in class:QPDecoderStream
[all...]
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/server/
H A DSDDocumentSource.java69 public abstract XMLStreamReader read(XMLInputFactory xif) throws IOException, XMLStreamException; method in class:SDDocumentSource
85 public abstract XMLStreamReader read() throws IOException, XMLStreamException; method in class:SDDocumentSource
[all...]
/openjdk9/jdk/src/java.base/share/classes/sun/net/idn/
H A DStringPrepDataReader.java74 public void read(byte[] idnaBytes, method in class:StringPrepDataReader

Completed in 191 milliseconds

1234567891011>>