Searched defs:read (Results 26 - 50 of 574) sorted by relevance

1234567891011>>

/openjdk9/jdk/src/java.base/share/classes/java/nio/channels/
H A DAsynchronousByteChannel.java108 <A> void read(ByteBuffer dst, method in interface:AsynchronousByteChannel
136 Future<Integer> read(ByteBuffer dst); method in interface:AsynchronousByteChannel
[all...]
H A DScatteringByteChannel.java123 public long read(ByteBuffer[] dsts, int offset, int length) method in interface:ScatteringByteChannel
160 public long read(ByteBuffer[] dsts) throws IOException; method in interface:ScatteringByteChannel
[all...]
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/
H A DCanonicalizableLocation.java29 ValueNode canonicalizeRead(ValueNode read, AddressNode location, ValueNode object, CanonicalizerTool tool); argument
/openjdk9/hotspot/test/runtime/Metaspace/
H A DFragmentMetaspaceSimple.java83 private static byte[] read(File file) { method in class:FragmentMetaspaceSimple
/openjdk9/jaxp/test/javax/xml/jaxp/unittest/util/
H A DBOMInputStream.java51 private static String read(InputStream input) method in class:BOMInputStream
/openjdk9/jdk/src/java.base/share/classes/java/io/
H A DObjectInput.java60 public int read() throws IOException; method in interface:ObjectInput
70 public int read(byte b[]) throws IOException; method in interface:ObjectInput
82 public int read(byte b[], int off, int len) throws IOException; method in interface:ObjectInput
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/imageio/plugins/common/
H A DInputStreamAdapter.java42 public int read() throws IOException { method in class:InputStreamAdapter
46 public int read(byte b[], int off, int len) throws IOException { method in class:InputStreamAdapter
/openjdk9/jdk/src/java.desktop/share/classes/javax/sound/sampled/
H A DTargetDataLine.java173 int read(byte[] b, int off, int len); method in interface:TargetDataLine
[all...]
/openjdk9/jdk/test/java/io/charStreams/
H A DABCReader.java39 public int read() { method in class:ABCReader
53 public int read(char cbuf[], int off, int len) { method in class:ABCReader
/openjdk9/jdk/test/java/io/Serializable/readPastObject/
H A DReadPastObject.java40 public int read() { method in class:LimitInputStream
49 public int read(byte[] b) { method in class:LimitInputStream
53 public int read(byte[] b, int off, int len) { method in class:LimitInputStream
/openjdk9/jdk/test/java/io/InputStream/
H A DSkip.java114 public int read() { method in class:MyInputStream
/openjdk9/jdk/test/java/io/LineNumberInputStream/
H A DSkip.java90 public int read() { method in class:MyInputStream
H A DAvailable.java61 public int read() { method in class:MyInStream
/openjdk9/jdk/test/java/io/Serializable/enum/badResolve/
H A DRead.java46 static void read(String filename) throws Exception { method in class:Read
/openjdk9/jdk/test/java/awt/datatransfer/ConstructFlavoredObjectTest/
H A DConstructFlavoredObjectTest.java94 public int read(char[] cbuf, int off, int len) throws IOException { method in class:ConstructFlavoredObjectTest.MyStringReader
/openjdk9/jdk/test/java/io/BufferedInputStream/
H A DSkipTest.java71 public int read() { method in class:DataSupplier
87 public int read(byte b[]) throws IOException { method in class:DataSupplier
91 public int read(byte b[], int off, int len) throws IOException { method in class:DataSupplier
H A DCloseStream.java64 public int read() throws IOException { method in class:MyInputStream
/openjdk9/jdk/test/com/sun/crypto/provider/CICO/
H A DReadModel.java74 abstract public void read(CipherInputStream cInput, method in class:ReadModel
[all...]
/openjdk9/jdk/test/java/rmi/server/RMISocketFactory/useSocketFactory/activatable/
H A DCompressInputStream.java43 public int read() throws IOException { method in class:CompressInputStream
63 public int read(byte b[], int off, int len) throws IOException { method in class:CompressInputStream
[all...]
/openjdk9/jdk/test/java/nio/channels/Selector/
H A DAlias.java85 static void read(SocketChannel sc) throws Exception { method in class:Alias
/openjdk9/jdk/test/java/nio/channels/SocketChannel/
H A DCloseTimeoutChannel.java77 private static int read(Socket s, InputStream in) throws IOException { method in class:CloseTimeoutChannel
/openjdk9/jdk/test/java/rmi/server/RMISocketFactory/useSocketFactory/unicast/
H A DCompressInputStream.java43 public int read() throws IOException { method in class:CompressInputStream
63 public int read(byte b[], int off, int len) throws IOException { method in class:CompressInputStream
[all...]
/openjdk9/langtools/test/jdk/javadoc/doclet/testSourceTab/
H A DTestSourceTab.java86 String read(File f) throws IOException { method in class:TestSourceTab
/openjdk9/langtools/test/com/sun/javadoc/testSourceTab/
H A DTestSourceTab.java86 String read(File f) throws IOException { method in class:TestSourceTab
/openjdk9/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

Completed in 150 milliseconds

1234567891011>>