Searched defs:read (Results 351 - 375 of 473) sorted by relevance

<<111213141516171819

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DDynamicMethodMarshallerImpl.java111 Object read( InputStream is ) ; method in interface:DynamicMethodMarshallerImpl.ReaderWriter
133 public Object read( InputStream is )
148 public Object read( InputStream is )
163 public Object read( InputStream is )
178 public Object read( InputStream is )
193 public Object read( InputStream is )
208 public Object read( InputStream is )
223 public Object read( InputStream is )
238 public Object read( InputStream is )
254 public Object read( InputStrea
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DMessage.java86 void read(org.omg.CORBA.portable.InputStream istream); method in interface:Message
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/ior/iiop/
H A DGIOPVersion.java210 public void read(org.omg.CORBA.portable.InputStream istream) { method in class:GIOPVersion
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/transport/
H A DCorbaConnection.java62 public ByteBuffer read(int size, int offset, int length, long max_wait_time) method in interface:CorbaConnection
65 public ByteBuffer read(ByteBuffer byteBuffer, int offset, method in interface:CorbaConnection
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DInterfaceGen.java100 // have been modified to throw appropriate exceptions for read and write, and
504 public int read (int index, String indent, String name, SymtabEntry entry, PrintWriter stream)
517 } // read
519 public int read (int index, String indent, String name, SymtabEntry entry, PrintWriter stream) method in class:InterfaceGen
527 } // read
669 stream.println (indent + " java.lang.reflect.Method _read = _helperClass.getMethod (\"read\", _formalParms);");
714 index = ((JavaGenerator)member.generator ()).read (index, indent + " ", tmpName, member, stream);
716 stream.println (indent + " " + tmpName + " = " + Util.helperName (member.type (), true) + ".read (istream);"); // <d61056>
H A DStructGen.java47 // -D62023 <klr> Use corbaLevel in read/write generation
48 // -D59437 <daz> Modify read() to enit qualified name of value box helper.
337 read (0, " ", "value", entry, stream);
341 public int read (int index, String indent, String name, SymtabEntry entry, PrintWriter stream) method in class:StructGen
345 stream.println (indent + "// read and discard the repository ID");
358 index = ((JavaGenerator)member.generator ()).read (index, indent, name + '.' + member.name (), member, stream);
361 // call read_value instead of Helper.read for the value
374 // these two cases may be obsolete. See UnionGen.read().
385 // <d62023> Call xHelper.read() for valueboxes for RTF2.4
387 stream.println (indent + name + '.' + member.name () + " = (" + jName + ") " + jHelper + ".read (istrea
[all...]
H A DUnionGen.java708 read (0, " ", "value", entry, stream);
717 public int read (int index, String indent, String name, method in class:UnionGen
726 index = ((JavaGenerator)utype.generator ()).read (index, indent, disName, utype, stream);
728 stream.println (indent + disName + " = " + Util.helperName (utype, true) + ".read (istream);");
869 index = ((JavaGenerator)entry.generator ()).read (index, indent, '_' + name, entry, stream);
871 stream.println (indent + '_' + name + " = " + Util.helperName (type, true) + ".read (istream);");
H A DValueGen.java44 // -D59418 <klr> Invert read/read_Value, write/write_Value for Simon
426 read (0, " ", "this", v, stream);
554 // <d59418 - KLR> per Simon, make "static" read call istream.read_value.
568 // done with "read", now do "read_value with real marshalling code.
586 read (0, " ", "value", entry, stream);
591 // End of normal read method
594 // read method where the value is passed in instead of "new'd" up. This is
597 // Per Simon, 3/3/99 - Don't change this "read" for custom marshalling
598 stream.println (" public static void read (org.omg.CORBA.portable.InputStream istream, " + entryName + " value)");
600 read (
603 public int read (int index, String indent, String name, SymtabEntry entry, PrintWriter stream) method in class:ValueGen
[all...]
/openjdk7/corba/src/share/classes/org/omg/CORBA/portable/
H A DInputStream.java36 * used to read sequences and arrays of IDL types.
46 * @return the <code>boolean</code> value read from this input stream
52 * @return the <code>char</code> value read from this input stream
58 * @return the <code>char</code> value read from this input stream
64 * @return the <code>byte</code> value read from this input stream
70 * @return the <code>short</code> value read from this input stream
76 * @return the <code>short</code> value read from this input stream
82 * @return the <code>int</code> value read from this input stream
89 * @return the <code>int</code> value read from this input stream
95 * @return the <code>long</code> value read fro
264 public int read() throws java.io.IOException { method in class:InputStream
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaScriptEngine.java50 * Start a read-eval-print loop with this engine.
230 println("read([prompt]) reads a single line from standard input");
366 * read function reads a single line of input from standard input
368 public Object read(Object[] args) { method in class:JSJavaScriptEngine
431 // if asked, start read-eval-print console
585 Object source = read(EMPTY_ARRAY);
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DDTD.java361 * @param in the <code>DataInputStream</code> to read from
363 public void read(DataInputStream in) throws IOException { method in class:DTD
/openjdk7/jdk/src/share/classes/java/beans/
H A DIndexedPropertyDescriptor.java33 * array and has an indexed read and/or indexed write method to access
36 * An indexed property may also provide simple non-indexed read and write
37 * methods. If these are present, they read and write arrays of the type
38 * returned by the indexed read method.
85 * values as an array. May be null if the property is read-only
92 * May be null if the property is read-only.
123 * May be null if the property is read-only or must be indexed.
127 * May be null if the property is read-only.
145 * with the specified name and methods to read/write the property value.
149 * @param read th
157 IndexedPropertyDescriptor(Class<?> bean, String base, Method read, Method write, Method readIndexed, Method writeIndexed) argument
[all...]
H A DPropertyDescriptor.java47 // read and write method. If name == "foo" then the baseName is "Foo"
85 * value. May be null if the property is read-only.
99 throw new IntrospectionException("read or write method name should not be the empty string");
127 * May be null if the property is read-only.
143 * with the specified name and methods to read/write the property value.
147 * @param read the method used for reading the property value
153 PropertyDescriptor(Class<?> bean, String base, Method read, Method write) throws IntrospectionException { argument
159 setReadMethod(read);
168 * This type is returned by the read method
200 * Gets the method that should be used to read th
[all...]
/openjdk7/jdk/src/share/classes/java/io/
H A DStreamTokenizer.java33 * read one at a time. The parsing process is controlled by a table
38 * Each byte read from the input stream is regarded as a character
75 * be NEED_CHAR to indicate that a new character should be read, or SKIP_LF
76 * to indicate that a new character should be read and, if it is a '\n'
78 * read.
87 /** The line number of the last token read */
103 * contains the type of the token just read. For a single character
110 * <li><code>TT_EOL</code> indicates that the end of line has been read.
131 * A constant indicating that the end of the stream has been read.
136 * A constant indicating that the end of the line has been read
498 private int read() throws IOException { method in class:StreamTokenizer
[all...]
/openjdk7/jdk/src/share/classes/java/util/jar/
H A DAttributes.java371 void read(Manifest.FastInputStream is, byte[] lbuf) throws IOException { method in class:Attributes
H A DManifest.java69 read(is);
94 * created by {@link #read}, nor is such an entry written by using {@link
187 * names and attributes read will be merged in with the current
193 public void read(InputStream is) throws IOException { method in class:Manifest
199 attr.read(fis, lbuf);
200 // Total number of entries, attributes read
251 attr.read(fis, lbuf);
335 public int read() throws IOException { method in class:Manifest.FastInputStream
345 public int read(byte[] b, int off, int len) throws IOException { method in class:Manifest.FastInputStream
349 return in.read(
[all...]
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCryptoPolicyParser.java92 void read(Reader policy) method in class:CryptoPolicyParser
135 * we've read in the information for an entry, go ahead and try to
224 // that have been read.
398 throw new ParsingException("expected "+expect+", read end of file");
/openjdk7/jdk/src/share/classes/javax/imageio/stream/
H A DImageInputStream.java51 * 0x02 0x03 0x04' if read as a 4-byte integer would have the
79 * Returns the byte order with which data values will be read from
98 * the read occurs.
105 int read() throws IOException; method in interface:ImageInputStream
110 * number of bytes read is returned. If no bytes can be read
114 * the read occurs.
118 * @return the number of bytes actually read, or <code>-1</code>
126 int read(byte[] b) throws IOException; method in interface:ImageInputStream
131 * The number of bytes read i
152 int read(byte[] b, int off, int len) throws IOException; method in interface:ImageInputStream
[all...]
/openjdk7/jdk/src/share/classes/javax/management/relation/
H A DRoleInfo.java180 * @param read flag to indicate if the corresponding role
181 * can be read
205 boolean read,
217 read,
233 * @param read flag to indicate if the corresponding role
234 * can be read
251 boolean read,
260 read,
361 * Returns read access mode for the role (true if it is readable).
476 boolean read,
203 RoleInfo(String roleName, String mbeanClassName, boolean read, boolean write, int min, int max, String descr) argument
249 RoleInfo(String roleName, String mbeanClassName, boolean read, boolean write) argument
474 init(String roleName, String mbeanClassName, boolean read, boolean write, int min, int max, String descr) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DClassReader.java63 public int read(byte b[], int off, int len) throws IOException {
64 int nr = super.read(b, off, len);
68 public int read() throws IOException {
69 int ch = super.read();
145 void read() throws IOException { method in class:ClassReader
155 assert(0 >= in.read(new byte[1]));
236 // just read the refs; do not attempt to resolve while reading
449 Utils.log.fine("read "+a);
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/protocol/iiop/
H A DProxyInputStream.java171 public int read() throws IOException { method in class:ProxyInputStream
172 return in.read();
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DAudioFloatFormatConverter.java64 public int read() throws IOException { method in class:AudioFloatFormatConverter.AudioFloatFormatConverterInputStream
66 int ret = read(b);
72 public int read(byte[] b, int off, int len) throws IOException { method in class:AudioFloatFormatConverter.AudioFloatFormatConverterInputStream
77 int ret = stream.read(readfloatbuffer, 0, flen);
166 public int read(float[] b, int off, int len) throws IOException { method in class:AudioFloatFormatConverter.AudioFloatInputStreamChannelMixer
170 int ret = ais.read(conversion_buffer, 0, len2);
357 ibuffer_len = ais.read(ibuffer2);
360 int ret = ais.read(ibuffer2, ibuffer_len, ibuffer2.length
382 public int read(float[] b, int off, int len) throws IOException { method in class:AudioFloatFormatConverter.AudioFloatInputStreamResampler
456 int ret = read(l_skipbuffe
[all...]
H A DModelAbstractOscillator.java70 public int read(float[][] buffer, int offset, int len) throws IOException { method in class:ModelAbstractOscillator
H A DModelByteBuffer.java98 public int read(byte b[], int off, int len) throws IOException { method in class:ModelByteBuffer.RandomFileInputStream
103 len = raf.read(b, off, len);
110 public int read(byte[] b) throws IOException { method in class:ModelByteBuffer.RandomFileInputStream
116 len = raf.read(b, 0, len);
123 public int read() throws IOException { method in class:ModelByteBuffer.RandomFileInputStream
126 int b = raf.read();
196 while ((ret = is.read(buff)) != -1)
276 int read = 0;
278 while (read != avail) {
279 if (avail - read > 6553
[all...]
H A DModelByteBufferWavetable.java55 public int read(byte[] b, int off, int len) throws IOException { method in class:ModelByteBufferWavetable.Buffer8PlusInputStream
96 public int read(byte[] b) throws IOException { method in class:ModelByteBufferWavetable.Buffer8PlusInputStream
97 return read(b, 0, b.length);
100 public int read() throws IOException { method in class:ModelByteBufferWavetable.Buffer8PlusInputStream
102 int ret = read(b, 0, 1);

Completed in 111 milliseconds

<<111213141516171819