Searched defs:read (Results 101 - 125 of 574) sorted by relevance

1234567891011>>

/openjdk9/jdk/src/java.base/share/classes/sun/net/
H A DTelnetInputStream.java90 public int read() throws IOException { method in class:TelnetInputStream
128 public int read(byte bytes[]) throws IOException { method in class:TelnetInputStream
136 public int read(byte bytes[], int off, int length) throws IOException { method in class:TelnetInputStream
[all...]
/openjdk9/jdk/src/java.base/share/classes/sun/security/ssl/
H A DByteBufferInputStream.java54 public int read() throws IOException { method in class:ByteBufferInputStream
73 public int read(byte[] b) throws IOException { method in class:ByteBufferInputStream
88 public int read(byte[] b, int off, int len) throws IOException { method in class:ByteBufferInputStream
H A DHandshakeInStream.java69 public int read(byte[] b) throws IOException { method in class:HandshakeInStream
/openjdk9/jdk/src/java.base/share/classes/jdk/internal/util/xml/impl/
H A DReaderUTF8.java67 public int read(char[] cbuf, int off, int len) throws IOException { method in class:ReaderUTF8
105 public int read() throws IOException { method in class:ReaderUTF8
[all...]
H A DReaderUTF16.java71 public int read(char[] cbuf, int off, int len) throws IOException { method in class:ReaderUTF16
101 public int read() throws IOException { method in class:ReaderUTF16
[all...]
/openjdk9/jdk/src/java.base/share/classes/sun/net/www/http/
H A DHttpCaptureInputStream.java44 public int read() throws IOException { method in class:HttpCaptureInputStream
60 public int read(byte[] b) throws IOException { method in class:HttpCaptureInputStream
69 public int read(byte[] b, int off, int len) throws IOException { method in class:HttpCaptureInputStream
/openjdk9/jdk/src/java.base/share/classes/sun/nio/ch/
H A DChannelInputStream.java47 public static int read(ReadableByteChannel ch, ByteBuffer bb, method in class:ChannelInputStream
78 public synchronized int read() throws IOException { method in class:ChannelInputStream
87 public synchronized int read(byte[] bs, int off, int len) method in class:ChannelInputStream
106 protected int read(ByteBuffer bb) method in class:ChannelInputStream
/openjdk9/jdk/src/java.base/unix/classes/sun/nio/ch/
H A DSocketDispatcher.java38 int read(FileDescriptor fd, long address, int len) throws IOException { method in class:SocketDispatcher
/openjdk9/jdk/src/java.base/windows/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.desktop/share/classes/com/sun/imageio/plugins/common/
H A DSubImageInputStream.java46 public int read() throws IOException { method in class:SubImageInputStream
55 public int read(byte[] b, int off, int len) throws IOException { method in class:SubImageInputStream
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/
H A DProgressMonitorInputStream.java110 public int read() throws IOException { method in class:ProgressMonitorInputStream
127 public int read(byte b[]) throws IOException { method in class:ProgressMonitorInputStream
144 public int read(byte b[], method in class:ProgressMonitorInputStream
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/text/rtf/
H A DRTFEditorKit.java77 public void read(InputStream in, Document doc, int pos) throws IOException, BadLocationException { method in class:RTFEditorKit
124 public void read(Reader in, Document doc, int pos) method in class:RTFEditorKit
/openjdk9/jdk/src/java.desktop/share/classes/javax/imageio/stream/
H A DFileImageInputStream.java104 public int read() throws IOException { method in class:FileImageInputStream
114 public int read(byt method in class:FileImageInputStream
[all...]
H A DFileImageOutputStream.java96 public int read() throws IOException { method in class:FileImageOutputStream
106 public int read(byte[] b, int off, int len) throws IOException { method in class:FileImageOutputStream
/openjdk9/jdk/src/java.desktop/share/classes/sun/java2d/cmm/
H A DProfileDeferralInfo.java56 public int read() throws IOException { method in class:ProfileDeferralInfo
/openjdk9/jdk/src/java.rmi/share/classes/sun/rmi/log/
H A DLogInputStream.java54 public int read() throws IOException { method in class:LogInputStream
70 public int read(byte b[]) throws IOException { method in class:LogInputStream
84 public int read(byte b[], int off, int len) throws IOException { method in class:LogInputStream
[all...]
/openjdk9/jdk/src/java.sql/share/classes/java/sql/
H A DDataTruncation.java61 DataTruncation(int index, boolean parameter, boolean read, int dataSize, int transferSize) argument
93 DataTruncation(int index, boolean parameter, boolean read, int dataSize, int transferSize, Throwable cause) argument
171 private boolean read; field in class:DataTruncation
[all...]
/openjdk9/jdk/src/java.security.jgss/share/classes/sun/security/krb5/internal/util/
H A DKrbDataInputStream.java81 public int read(int num) throws IOException { method in class:KrbDataInputStream
/openjdk9/jdk/test/java/io/charStreams/
H A DABCInputStream.java58 public int read() { method in class:ABCInputStream
67 public int read(byte buf[], int off, int len) { method in class:ABCInputStream
H A DSmallReads.java39 public int read(byte[] b, int off, int len) throws IOException { method in class:SmallReads.OneByteInputStream
/openjdk9/jdk/test/java/io/BufferedReader/
H A DReadLine.java128 public int read() throws IOException { method in class:ReadLine.BoundedReader
134 public int read(char[] buf, int offset, int length) method in class:ReadLine.BoundedReader
[all...]
H A DReady.java75 public int read() throws IOException { method in class:Ready.BoundedReader
81 public int read(char[] buf, int offset, int length) method in class:Ready.BoundedReader
H A DFill.java51 public int read(char[] cbuf, int off, int len) throws IOException { method in class:Fill.Source
/openjdk9/jdk/test/java/io/DataInputStream/
H A DSkipBytes.java74 public int read() { method in class:MyInputStream
/openjdk9/jdk/test/java/io/InputStreamReader/
H A DOne.java55 abstract void read() throws IOException; method in class:One.Test

Completed in 117 milliseconds

1234567891011>>