Searched refs:istream (Results 1 - 25 of 122) sorted by relevance

12345

/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWDropTargetContextPeer.java78 private static Object getIStream(long istream) throws IOException { argument
79 return new WDropTargetContextPeerIStream(istream);
176 WDropTargetContextPeerIStream(long istream) throws IOException { argument
179 if (istream == 0) throw new IOException("No IStream");
181 this.istream = istream;
189 if (istream == 0) throw new IOException("No IStream");
190 return Available(istream);
193 private native int Available(long istream); argument
200 if (istream
204 Read(long istream) argument
215 ReadBytes(long istream, byte[] b, int off, int len) argument
229 Close(long istream) argument
235 private long istream; field in class:WDropTargetContextPeerIStream
[all...]
/openjdk7/corba/src/share/classes/org/omg/CORBA/portable/
H A DStreamable.java39 * Reads data from <code>istream</code> and initalizes the
42 * @param istream the InputStream that represents the CDR data from the wire.
44 void _read(InputStream istream); argument
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DRequestMessage_1_0.java120 public void read(org.omg.CORBA.portable.InputStream istream) { argument
121 super.read(istream);
123 = new ServiceContexts((org.omg.CORBA_2_3.portable.InputStream) istream);
124 this.request_id = istream.read_ulong();
125 this.response_expected = istream.read_boolean();
126 int _len0 = istream.read_long();
128 istream.read_octet_array(this.object_key, 0, _len0);
129 this.operation = istream.read_string();
130 this.requesting_principal = istream.read_Principal();
H A DLocateRequestMessage_1_0.java79 public void read(org.omg.CORBA.portable.InputStream istream) { argument
80 super.read(istream);;
81 this.request_id = istream.read_ulong();
82 int _len0 = istream.read_long();
84 istream.read_octet_array (this.object_key, 0, _len0);
H A DLocateRequestMessage_1_1.java81 public void read(org.omg.CORBA.portable.InputStream istream) { argument
82 super.read(istream);
83 this.request_id = istream.read_ulong();
84 int _len1 = istream.read_long();
86 istream.read_octet_array(this.object_key, 0, _len1);
H A DCancelRequestMessage_1_0.java61 public void read(org.omg.CORBA.portable.InputStream istream) { argument
62 super.read(istream);
63 this.request_id = istream.read_ulong();
H A DCancelRequestMessage_1_1.java61 public void read(org.omg.CORBA.portable.InputStream istream) { argument
62 super.read(istream);
63 this.request_id = istream.read_ulong();
H A DCancelRequestMessage_1_2.java61 public void read(org.omg.CORBA.portable.InputStream istream) { argument
62 super.read(istream);
63 this.request_id = istream.read_ulong();
H A DFragmentMessage_1_1.java65 public void read(org.omg.CORBA.portable.InputStream istream) { argument
66 super.read(istream);
H A DLocateRequestMessage_1_2.java79 public void read(org.omg.CORBA.portable.InputStream istream) { argument
80 super.read(istream);
81 this.request_id = istream.read_ulong();
82 this.target = TargetAddressHelper.read(istream);
H A DRequestMessage_1_1.java122 public void read(org.omg.CORBA.portable.InputStream istream) { argument
123 super.read(istream);
125 = new ServiceContexts((org.omg.CORBA_2_3.portable.InputStream) istream);
126 this.request_id = istream.read_ulong();
127 this.response_expected = istream.read_boolean();
130 this.reserved[_o0] = istream.read_octet();
132 int _len1 = istream.read_long();
134 istream.read_octet_array(this.object_key, 0, _len1);
135 this.operation = istream.read_string();
136 this.requesting_principal = istream
[all...]
H A DLocateReplyMessage_1_2.java113 public void read(org.omg.CORBA.portable.InputStream istream) { argument
114 super.read(istream);
115 this.request_id = istream.read_ulong();
116 this.reply_status = istream.read_long();
127 String reposId = istream.read_string();
129 this.minorCode = istream.read_long();
130 int status = istream.read_long();
148 CDRInputStream cdr = (CDRInputStream) istream;
154 this.addrDisposition = AddressingDispositionHelper.read(istream);
H A DReplyMessage_1_0.java124 public void read(org.omg.CORBA.portable.InputStream istream) { argument
125 super.read(istream);
127 = new ServiceContexts((org.omg.CORBA_2_3.portable.InputStream) istream);
128 this.request_id = istream.read_ulong();
129 this.reply_status = istream.read_long();
136 String reposId = istream.read_string();
138 this.minorCode = istream.read_long();
139 int status = istream.read_long();
159 CDRInputStream cdr = (CDRInputStream) istream;
H A DReplyMessage_1_1.java125 public void read(org.omg.CORBA.portable.InputStream istream) { argument
126 super.read(istream);
128 = new ServiceContexts((org.omg.CORBA_2_3.portable.InputStream) istream);
129 this.request_id = istream.read_ulong();
130 this.reply_status = istream.read_long();
137 String reposId = istream.read_string();
139 this.minorCode = istream.read_long();
140 int status = istream.read_long();
159 CDRInputStream cdr = (CDRInputStream) istream;
H A DRequestMessage_1_2.java140 public void read(org.omg.CORBA.portable.InputStream istream) { argument
141 super.read(istream);
142 this.request_id = istream.read_ulong();
143 this.response_flags = istream.read_octet();
146 this.reserved[_o0] = istream.read_octet();
148 this.target = TargetAddressHelper.read(istream);
150 this.operation = istream.read_string();
152 = new ServiceContexts((org.omg.CORBA_2_3.portable.InputStream) istream);
159 ((CDRInputStream)istream).setHeaderPadding(true);
H A DFragmentMessage_1_2.java93 public void read(org.omg.CORBA.portable.InputStream istream) { argument
94 super.read(istream);
95 this.request_id = istream.read_ulong();
/openjdk7/jdk/test/java/io/Serializable/oldTests/
H A DArrayFields.java44 FileInputStream istream = null;
53 istream = new FileInputStream("piotest4.tmp");
54 ObjectInputStream q = new ObjectInputStream(istream);
79 if (istream != null) istream.close();
H A DCircularList.java39 FileInputStream istream = null;
49 istream = new FileInputStream("piotest7.tmp");
50 ObjectInputStream q = new ObjectInputStream(istream);
64 if (istream != null) istream.close();
H A DCheckForException.java44 FileInputStream istream = null;
74 istream = new FileInputStream("psiotest3.tmp");
75 ObjectInputStream q = new ObjectInputStream(istream);
97 istream.close();
H A DValidateClass.java36 FileInputStream istream = null;
61 istream = new FileInputStream("psiotest4.tmp");
62 ObjectInputStream q = new ObjectInputStream(istream);
72 istream.close();
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DBooleanSeqHelper.java84 public static boolean[] read (org.omg.CORBA.portable.InputStream istream) argument
87 int _len0 = istream.read_long ();
89 istream.read_boolean_array (value, 0, _len0);
H A DCharSeqHelper.java84 public static char[] read (org.omg.CORBA.portable.InputStream istream) argument
87 int _len0 = istream.read_long ();
89 istream.read_char_array (value, 0, _len0);
H A DDoubleSeqHelper.java84 public static double[] read (org.omg.CORBA.portable.InputStream istream) argument
87 int _len0 = istream.read_long ();
89 istream.read_double_array (value, 0, _len0);
H A DFloatSeqHelper.java84 public static float[] read (org.omg.CORBA.portable.InputStream istream) argument
87 int _len0 = istream.read_long ();
89 istream.read_float_array (value, 0, _len0);
H A DLongLongSeqHelper.java84 public static long[] read (org.omg.CORBA.portable.InputStream istream) argument
87 int _len0 = istream.read_long ();
89 istream.read_longlong_array (value, 0, _len0);

Completed in 630 milliseconds

12345