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

1234567891011>>

/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftReceiver/
H A DSoftTestUtils.java87 public void read(double seconds) throws IOException method in class:SoftTestUtils
95 bufflen -= stream.read(tmpbuffer,0,1024);
97 bufflen -= stream.read(tmpbuffer,0, bufflen);
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DSetChunkedStreamingMode.java53 static void read (InputStream is) throws IOException { method in class:SetChunkedStreamingMode
56 while ((c=is.read()) != -1) {
/openjdk7/jdk/src/share/classes/sun/java2d/cmm/
H A DProfileDeferralInfo.java54 * Implements the abstract read() method of InputStream.
56 public int read() throws IOException { method in class:ProfileDeferralInfo
/openjdk7/jdk/src/share/classes/sun/net/
H A DTelnetInputStream.java32 * This class overrides read to do CRLF processing as specified in
90 public int read() throws IOException { method in class:TelnetInputStream
92 return super.read();
106 if ((c = super.read()) == '\r') { /* CR */
107 switch (c = super.read()) {
127 /** read into a byte array */
128 public int read(byte bytes[]) throws IOException { method in class:TelnetInputStream
129 return read(bytes, 0, bytes.length);
136 public int read(byte bytes[], int off, int length) throws IOException { method in class:TelnetInputStream
138 return super.read(byte
[all...]
/openjdk7/jdk/src/share/classes/sun/net/www/http/
H A DHttpCaptureInputStream.java31 * Every byte read is also passed to the HttpCapture class.
44 public int read() throws IOException { method in class:HttpCaptureInputStream
45 int i = super.read();
60 public int read(byte[] b) throws IOException { method in class:HttpCaptureInputStream
61 int ret = super.read(b);
69 public int read(byte[] b, int off, int len) throws IOException { method in class:HttpCaptureInputStream
70 int ret = super.read(b, off, len);
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DChannelInputStream.java47 public static int read(ReadableByteChannel ch, ByteBuffer bb, method in class:ChannelInputStream
59 int n = ch.read(bb);
65 return ch.read(bb);
78 public synchronized int read() throws IOException { method in class:ChannelInputStream
81 int n = this.read(b1);
87 public synchronized int read(byte[] bs, int off, int len) method in class:ChannelInputStream
103 return read(bb);
106 protected int read(ByteBuffer bb) method in class:ChannelInputStream
109 return ChannelInputStream.read(ch, bb, true);
/openjdk7/jdk/src/share/classes/sun/rmi/log/
H A DLogInputStream.java39 * @param length the total number of bytes allowed to be read
50 * @return the byte read, or -1 if the end of the log or end of the
54 public int read() throws IOException { method in class:LogInputStream
57 int c = in.read();
65 * @param b the buffer into which the data is read
66 * @return the actual number of bytes read, or -1 if the end of the log
70 public int read(byte b[]) throws IOException { method in class:LogInputStream
71 return read(b, 0, b.length);
77 * @param b the buffer into which the data is read
79 * @param len the maximum number of bytes read
84 public int read(byte b[], int off, int len) throws IOException { method in class:LogInputStream
[all...]
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DSocketDispatcher.java32 * for read and write operations.
38 int read(FileDescriptor fd, long address, int len) throws IOException { method in class:SocketDispatcher
/openjdk7/langtools/test/tools/javadoc/T4994049/
H A DT4994049.java75 write(t, read(f).replace("\\t", "\t"));
80 static String read(File f) throws IOException { method in class:T4994049
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DAnyImplHelper.java50 return read (a.create_input_stream ());
68 public static org.omg.CORBA.Any read (org.omg.CORBA.portable.InputStream istream) method in class:AnyImplHelper
H A DTypeCodeImplHelper.java48 return read (a.create_input_stream ());
66 public static org.omg.CORBA.TypeCode read (org.omg.CORBA.portable.InputStream istream) method in class:TypeCodeImplHelper
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DCancelRequestMessage_1_0.java61 public void read(org.omg.CORBA.portable.InputStream istream) { method in class:CancelRequestMessage_1_0
62 super.read(istream);
H A DCancelRequestMessage_1_1.java61 public void read(org.omg.CORBA.portable.InputStream istream) { method in class:CancelRequestMessage_1_1
62 super.read(istream);
H A DCancelRequestMessage_1_2.java61 public void read(org.omg.CORBA.portable.InputStream istream) { method in class:CancelRequestMessage_1_2
62 super.read(istream);
H A DFragmentMessage_1_1.java61 /* This will never be called, since we do not currently read the
63 * readGIOP_1_1_requestId to read the requestId from a byte buffer.
65 public void read(org.omg.CORBA.portable.InputStream istream) { method in class:FragmentMessage_1_1
66 super.read(istream);
H A DFragmentMessage_1_2.java89 /* This will never be called, since we do not currently read the
91 * readGIOP_1_2_requestId to read the requestId from a byte buffer.
93 public void read(org.omg.CORBA.portable.InputStream istream) { method in class:FragmentMessage_1_2
94 super.read(istream);
/openjdk7/corba/src/share/classes/com/sun/org/omg/CORBA/
H A DAttrDescriptionSeqHelper.java53 return read (a.create_input_stream ());
73 public static com.sun.org.omg.CORBA.AttributeDescription[] read (org.omg.CORBA.portable.InputStream istream) method in class:AttrDescriptionSeqHelper
79 value[_o1] = com.sun.org.omg.CORBA.AttributeDescriptionHelper.read (istream);
H A DAttributeDescriptionHelper.java53 return read (a.create_input_stream ());
120 public static com.sun.org.omg.CORBA.AttributeDescription read (org.omg.CORBA.portable.InputStream istream) method in class:AttributeDescriptionHelper
128 value.mode = com.sun.org.omg.CORBA.AttributeModeHelper.read (istream);
H A DAttributeModeHelper.java53 return read (a.create_input_stream ());
71 public static com.sun.org.omg.CORBA.AttributeMode read (org.omg.CORBA.portable.InputStream istream) method in class:AttributeModeHelper
H A DContextIdSeqHelper.java53 return read (a.create_input_stream ());
75 public static String[] read (org.omg.CORBA.portable.InputStream istream) method in class:ContextIdSeqHelper
81 value[_o1] = com.sun.org.omg.CORBA.ContextIdentifierHelper.read (istream);
H A DContextIdentifierHelper.java53 return read (a.create_input_stream ());
73 public static String read (org.omg.CORBA.portable.InputStream istream) method in class:ContextIdentifierHelper
H A DDefinitionKindHelper.java59 return read (a.create_input_stream ());
78 //public static com.sun.org.omg.CORBA.DefinitionKind read (org.omg.CORBA.portable.InputStream istream)
79 public static org.omg.CORBA.DefinitionKind read (org.omg.CORBA.portable.InputStream istream) method in class:DefinitionKindHelper
H A DExcDescriptionSeqHelper.java53 return read (a.create_input_stream ());
73 public static com.sun.org.omg.CORBA.ExceptionDescription[] read (org.omg.CORBA.portable.InputStream istream) method in class:ExcDescriptionSeqHelper
79 value[_o1] = com.sun.org.omg.CORBA.ExceptionDescriptionHelper.read (istream);
H A DExceptionDescriptionHelper.java53 return read (a.create_input_stream ());
115 public static com.sun.org.omg.CORBA.ExceptionDescription read (org.omg.CORBA.portable.InputStream istream) method in class:ExceptionDescriptionHelper
H A DIdentifierHelper.java53 return read (a.create_input_stream ());
72 public static String read (org.omg.CORBA.portable.InputStream istream) method in class:IdentifierHelper

Completed in 67 milliseconds

1234567891011>>