Searched defs:read (Results 226 - 250 of 574) sorted by relevance

1234567891011>>

/openjdk9/jdk/src/java.base/share/classes/sun/security/ssl/
H A DAppInputStream.java83 public synchronized int read() throws IOException { method in class:AppInputStream
102 public synchronized int read(byt method in class:AppInputStream
[all...]
/openjdk9/jdk/src/java.base/solaris/classes/sun/nio/fs/
H A DSolarisUserDefinedFileAttributeView.java145 public int read(String name, ByteBuffer dst) throws IOException { method in class:SolarisUserDefinedFileAttributeView
/openjdk9/jdk/src/java.base/unix/classes/sun/nio/ch/
H A DDatagramDispatcher.java42 int read(FileDescriptor fd, long address, int len) throws IOException { method in class:DatagramDispatcher
/openjdk9/jdk/src/java.base/share/classes/sun/nio/ch/
H A DNativeDispatcher.java38 abstract int read(FileDescriptor fd, long address, int len) method in class:NativeDispatcher
/openjdk9/jdk/src/java.base/windows/classes/sun/nio/ch/
H A DSocketDispatcher.java42 int read(FileDescriptor fd, long address, int len) throws IOException { method in class:SocketDispatcher
/openjdk9/jdk/src/java.base/windows/native/libnio/ch/
H A DDatagramDispatcher.c52 DWORD read = 0; local
93 DWORD read = 0; local
[all...]
/openjdk9/jdk/src/java.base/unix/native/libjimage/
H A DosSupport_unix.cpp66 jlong osSupport::read(jint fd, char *buf, jlong nBytes, jlong offset) { function in class:osSupport
/openjdk9/jdk/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsUserDefinedFileAttributeView.java129 public int read(String name, ByteBuffer dst) throws IOException { method in class:WindowsUserDefinedFileAttributeView
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DEditorKit.java148 public abstract void read(InputStream in, Document doc, int pos) method in class:EditorKit
185 public abstract void read(Reader in, Document doc, int pos) method in class:EditorKit
/openjdk9/jdk/src/java.desktop/share/classes/javax/imageio/stream/
H A DMemoryCacheImageInputStream.java82 public int read() throws IOException { method in class:MemoryCacheImageInputStream
93 public int read(byte[] b, int off, int len) throws IOException { method in class:MemoryCacheImageInputStream
H A DMemoryCacheImageOutputStream.java64 public int read() throws IOException { method in class:MemoryCacheImageOutputStream
76 public int read(byte[] b, int off, int len) throws IOException { method in class:MemoryCacheImageOutputStream
/openjdk9/jdk/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/internal/hpack/
H A DIntegerReader.java76 public boolean read(ByteBuffer input) { method in class:IntegerReader
H A DISO_8859_1.java50 public void read(ByteBuffer source, Appendable destination) { method in class:ISO_8859_1.Reader
/openjdk9/jdk/test/java/io/StreamTokenizer/
H A DReadAhead.java53 public int read() throws IOException { method in class:ReadAhead.LimitedInputStream
74 public int read() throws IOException { method in class:ReadAhead.LimitedReader
80 public int read(cha method in class:ReadAhead.LimitedReader
[all...]
/openjdk9/jdk/src/jdk.httpserver/share/classes/sun/net/httpserver/
H A DLeftOverInputStream.java83 public synchronized int read () throws IOException { method in class:LeftOverInputStream
95 public synchronized int read (byte[]b, int off, int len) throws IOException { method in class:LeftOverInputStream
/openjdk9/jdk/src/jdk.rmic/share/classes/sun/tools/java/
H A DScannerInputReader.java124 public int read(char[] buffer, int off, int len) { method in class:ScannerInputReader
129 public int read() throws IOException { method in class:ScannerInputReader
/openjdk9/jdk/test/java/net/Authenticator/
H A DB4678055.java100 static void read (InputStream is) throws IOException { method in class:B4678055
H A DB4759514.java79 static void read (InputStream is) throws IOException { method in class:B4759514
H A DAuthNPETest.java121 static void read (InputStream is) throws IOException { method in class:AuthNPETest
H A DBasicTest4.java184 static void read (InputStream is) throws IOException { method in class:BasicTest4
H A DB8034170.java164 static void read (InputStream is) throws IOException { method in class:B8034170
H A DBasicTest.java141 static void read (InputStream is) throws IOException { method in class:BasicTest
H A DBasicTest3.java120 static void read (InputStream is) throws IOException { method in class:BasicTest3
/openjdk9/jdk/test/java/net/httpclient/http2/server/
H A DBodyInputStream.java105 public int read(byte[] buf, int offset, int length) throws IOException { method in class:BodyInputStream
124 public int read() throws IOException { method in class:BodyInputStream
/openjdk9/jdk/test/java/rmi/MarshalledObject/compare/
H A DCompare.java47 private static MarshalledObject read; field in class:Compare
[all...]

Completed in 297 milliseconds

1234567891011>>