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

1234567891011>>

/openjdk10/corba/src/java.corba/share/classes/com/sun/org/omg/CORBA/
H A DStructMemberSeqHelper.java81 public static org.omg.CORBA.StructMember[] read (org.omg.CORBA.portable.InputStream istream) method in class:StructMemberSeqHelper
H A DValueMemberSeqHelper.java81 public static org.omg.CORBA.ValueMember[] read (org.omg.CORBA.portable.InputStream istream) method in class:ValueMemberSeqHelper
H A DVisibilityHelper.java74 public static short read (org.omg.CORBA.portable.InputStream istream) method in class:VisibilityHelper
H A DVersionSpecHelper.java72 public static String read (org.omg.CORBA.portable.InputStream istream) method in class:VersionSpecHelper
/openjdk10/corba/src/java.corba/share/classes/org/omg/CORBA/
H A DStructMemberHelper.java101 public static org.omg.CORBA.StructMember read (org.omg.CORBA.portable.InputStream istream) method in class:StructMemberHelper
/openjdk10/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...]
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/org/jvnet/mimepull/
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 DMemoryData.java60 public byte[] read() { method in class:MemoryData
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...]
/openjdk10/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...]
/openjdk10/jdk/src/java.base/share/classes/sun/net/idn/
H A DStringPrepDataReader.java74 public void read(byte[] idnaBytes, method in class:StringPrepDataReader
/openjdk10/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...]
/openjdk10/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
/openjdk10/jdk/src/java.base/windows/native/libnio/ch/
H A DDatagramDispatcher.c52 DWORD read = 0; local
93 DWORD read = 0; local
[all...]
/openjdk10/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
/openjdk10/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
/openjdk10/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
/openjdk10/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
/openjdk10/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
/openjdk10/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
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DModelOscillatorStream.java47 int read(float[][] buffer, int offset, int len) throws IOException; method in interface:ModelOscillatorStream
/openjdk10/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

Completed in 415 milliseconds

1234567891011>>