Searched defs:read (Results 51 - 75 of 573) sorted by relevance

1234567891011>>

/openjdk10/jdk/test/sun/security/util/DerValue/
H A DBadValue.java107 public int read() throws IOException { method in class:SuperSlowStream
116 public int read(byte b[], int off, int len) throws IOException { method in class:SuperSlowStream
/openjdk10/langtools/make/tools/propertiesparser/parser/
H A DMessageFile.java47 final void read(File in) throws IOException { method in class:MessageFile
/openjdk10/langtools/test/jdk/javadoc/doclet/testSourceTab/
H A DTestSourceTab.java86 String read(File f) throws IOException { method in class:TestSourceTab
/openjdk10/langtools/test/tools/javadoc/T4994049/
H A DT4994049.java81 static String read(File f) throws IOException { method in class:T4994049
/openjdk10/langtools/test/tools/javap/4111861/
H A DT4111861.java70 String read(File f) throws IOException { method in class:T4111861
/openjdk10/jdk/test/javax/imageio/plugins/wbmp/
H A DStreamResetTest.java76 public int read() throws IOException { method in class:StreamResetTest.TestStream
86 public int read(byte[] b, int off, int len) throws IOException { method in class:StreamResetTest.TestStream
/openjdk10/corba/src/java.corba/share/classes/org/omg/CORBA/
H A DBooleanSeqHelper.java84 public static boolean[] read (org.omg.CORBA.portable.InputStream istream) method in class:BooleanSeqHelper
H A DPolicyTypeHelper.java73 public static int read (org.omg.CORBA.portable.InputStream istream) method in class:PolicyTypeHelper
H A DRepositoryIdHelper.java72 public static String read (org.omg.CORBA.portable.InputStream istream) method in class:RepositoryIdHelper
H A DWCharSeqHelper.java84 public static char[] read (org.omg.CORBA.portable.InputStream istream) method in class:WCharSeqHelper
H A DCharSeqHelper.java84 public static char[] read (org.omg.CORBA.portable.InputStream istream) method in class:CharSeqHelper
H A DCompletionStatusHelper.java69 public static org.omg.CORBA.CompletionStatus read (org.omg.CORBA.portable.InputStream istream) method in class:CompletionStatusHelper
H A DOctetSeqHelper.java84 public static byte[] read (org.omg.CORBA.portable.InputStream istream) method in class:OctetSeqHelper
H A DObjectHelper.java73 public static org.omg.CORBA.Object read (org.omg.CORBA.portable.InputStream istream) method in class:ObjectHelper
H A DAnySeqHelper.java84 public static org.omg.CORBA.Any[] read (org.omg.CORBA.portable.InputStream istream) method in class:AnySeqHelper
H A DIdentifierHelper.java71 public static String read (org.omg.CORBA.portable.InputStream istream) method in class:IdentifierHelper
H A DPolicyListHelper.java72 public static org.omg.CORBA.Policy[] read (org.omg.CORBA.portable.InputStream istream) method in class:PolicyListHelper
H A DVisibilityHelper.java73 public static short read (org.omg.CORBA.portable.InputStream istream) method in class:VisibilityHelper
H A DValueBaseHelper.java75 public static java.io.Serializable read (org.omg.CORBA.portable.InputStream istream) method in class:ValueBaseHelper
H A DVersionSpecHelper.java71 public static String read (org.omg.CORBA.portable.InputStream istream) method in class:VersionSpecHelper
H A DDoubleSeqHelper.java84 public static double[] read (org.omg.CORBA.portable.InputStream istream) method in class:DoubleSeqHelper
H A DServiceInformationHelper.java47 public static org.omg.CORBA.ServiceInformation read(org.omg.CORBA.portable.InputStream in) { method in class:ServiceInformationHelper
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/
H A DMappedByteBufferDataSource.java46 public int read(byte[] b) throws IOException { buf.get(b); return b.length; } method in class:MappedByteBufferDataSource
H A DRandomAccessFileDataSource.java39 public int read(byte[] b) throws IOException { return file.read(b); } method in class:RandomAccessFileDataSource
H A DDataSource.java40 public int read(byte[] b) throws IOException; method in interface:DataSource

Completed in 216 milliseconds

1234567891011>>