Searched defs:read (Results 76 - 100 of 574) sorted by relevance

1234567891011>>

/openjdk9/corba/src/java.corba/share/classes/org/omg/CORBA/
H A DFloatSeqHelper.java84 public static float[] read (org.omg.CORBA.portable.InputStream istream) method in class:FloatSeqHelper
H A DServiceInformationHelper.java47 public static org.omg.CORBA.ServiceInformation read(org.omg.CORBA.portable.InputStream in) { method in class:ServiceInformationHelper
H A DServiceDetailHelper.java44 public static org.omg.CORBA.ServiceDetail read(org.omg.CORBA.portable.InputStream in) { method in class:ServiceDetailHelper
H A DRepositoryIdHelper.java72 public static String read (org.omg.CORBA.portable.InputStream istream) method in class:RepositoryIdHelper
H A DCompletionStatusHelper.java69 public static org.omg.CORBA.CompletionStatus read (org.omg.CORBA.portable.InputStream istream) method in class:CompletionStatusHelper
H A DLongLongSeqHelper.java84 public static long[] read (org.omg.CORBA.portable.InputStream istream) method in class:LongLongSeqHelper
H A DLongSeqHelper.java84 public static int[] read (org.omg.CORBA.portable.InputStream istream) method in class:LongSeqHelper
H A DIdentifierHelper.java71 public static String read (org.omg.CORBA.portable.InputStream istream) method in class:IdentifierHelper
H A DCharSeqHelper.java84 public static char[] read (org.omg.CORBA.portable.InputStream istream) method in class:CharSeqHelper
H A DWCharSeqHelper.java84 public static char[] read (org.omg.CORBA.portable.InputStream istream) method in class:WCharSeqHelper
H A DVisibilityHelper.java73 public static short read (org.omg.CORBA.portable.InputStream istream) method in class:VisibilityHelper
H A DVersionSpecHelper.java71 public static String read (org.omg.CORBA.portable.InputStream istream) method in class:VersionSpecHelper
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/
H A DRandomAccessFileDataSource.java39 public int read(byte[] b) throws IOException { return file.read(b); } method in class:RandomAccessFileDataSource
/openjdk9/jdk/src/java.base/share/classes/java/nio/file/attribute/
H A DUserDefinedFileAttributeView.java165 int read(String name, ByteBuffer dst) throws IOException; method in interface:UserDefinedFileAttributeView
[all...]
/openjdk9/jdk/src/java.base/share/classes/java/nio/channels/
H A DSeekableByteChannel.java65 int read(ByteBuffer dst) throws IOException; method in interface:SeekableByteChannel
/openjdk9/jdk/src/java.base/share/classes/java/security/
H A DDigestInputStream.java124 public int read() throws IOException { method in class:DigestInputStream
161 public int read(byte[] b, int off, int len) throws IOException { method in class:DigestInputStream
[all...]
/openjdk9/jdk/src/java.base/share/classes/java/io/
H A DFilterInputStream.java82 public int read() throws IOException { method in class:FilterInputStream
106 public int read(byte b[]) throws IOException { method in class:FilterInputStream
132 public int read(byte b[], int off, int len) throws IOException { method in class:FilterInputStream
[all...]
H A DInputStreamReader.java167 public int read() throws IOException { method in class:InputStreamReader
184 public int read(cha method in class:InputStreamReader
[all...]
H A DFilterReader.java64 public int read() throws IOException { method in class:FilterReader
74 public int read(char cbuf[], int off, int len) throws IOException { method in class:FilterReader
H A DSequenceInputStream.java154 public int read() throws IOException { method in class:SequenceInputStream
188 public int read(byte b[], int off, int len) throws IOException { method in class:SequenceInputStream
[all...]
H A DStringBufferInputStream.java91 public synchronized int read() { method in class:StringBufferInputStream
112 public synchronized int read(byte b[], int off, int len) { method in class:StringBufferInputStream
[all...]
/openjdk9/jdk/src/java.base/share/classes/java/util/zip/
H A DCheckedInputStream.java59 public int read() throws IOException { method in class:CheckedInputStream
82 public int read(byte[] buf, int off, int len) throws IOException { method in class:CheckedInputStream
[all...]
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/org/jvnet/mimepull/
H A DData.java51 byte[] read(); method in interface:Data
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/messaging/saaj/packaging/mime/util/
H A DQDecoderStream.java67 public int read() throws IOException { method in class:QDecoderStream
/openjdk9/jdk/src/java.base/share/classes/java/lang/module/
H A DModuleReader.java174 default Optional<ByteBuffer> read(String name) throws IOException { method in interface:ModuleReader
[all...]

Completed in 119 milliseconds

1234567891011>>