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

123456

/openjdk10/jdk/src/java.desktop/windows/classes/sun/awt/windows/
H A DWDropTargetContextPeer.java78 private static Object getIStream(long istream) throws IOException { argument
79 return new WDropTargetContextPeerIStream(istream);
181 WDropTargetContextPeerIStream(long istream) throws IOException { argument
184 if (istream == 0) throw new IOException("No IStream");
186 this.istream = istream;
195 if (istream == 0) throw new IOException("No IStream");
196 return Available(istream);
199 private native int Available(long istream); argument
207 if (istream
211 Read(long istream) argument
223 ReadBytes(long istream, byte[] b, int off, int len) argument
238 Close(long istream) argument
244 private long istream; field in class:WDropTargetContextPeerIStream
[all...]
/openjdk10/jdk/test/java/text/Format/NumberFormat/
H A DDFSDeserialization142.java43 FileInputStream istream = new FileInputStream(file);
44 ObjectInputStream p = new ObjectInputStream(istream);
51 istream.close();
/openjdk10/corba/src/java.corba/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
/openjdk10/corba/src/java.corba/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_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 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 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 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_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 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 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 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 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 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);
/openjdk10/jdk/test/java/io/Serializable/oldTests/
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 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 DValidateClass.java36 FileInputStream istream = null;
61 istream = new FileInputStream("psiotest4.tmp");
62 ObjectInputStream q = new ObjectInputStream(istream);
72 istream.close();
H A DCheckForException.java44 FileInputStream istream = null;
74 istream = new FileInputStream("psiotest3.tmp");
75 ObjectInputStream q = new ObjectInputStream(istream);
97 istream.close();
/openjdk10/jdk/test/java/awt/datatransfer/DataFlavor/
H A DExternalizeTest.java70 FileInputStream istream = new FileInputStream("t.tmp");
71 ObjectInputStream p = new ObjectInputStream(istream);
73 istream.close();
/openjdk10/jdk/test/javax/imageio/
H A DImageStreamFromRAF.java48 ImageInputStream istream = ImageIO.createImageInputStream(raf);
51 if (istream == null) {
57 if (!(istream instanceof FileImageInputStream)) {
/openjdk10/jdk/test/java/util/TimeZone/
H A Dbug4096952.java49 try (ObjectInputStream istream
51 if (!zone.equals(istream.readObject())) {
/openjdk10/corba/src/java.corba/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 DWCharSeqHelper.java84 public static char[] read (org.omg.CORBA.portable.InputStream istream) argument
87 int _len0 = istream.read_long ();
89 istream.read_wchar_array (value, 0, _len0);

Completed in 140 milliseconds

123456