Searched refs:stream (Results 226 - 250 of 912) sorted by relevance

1234567891011>>

/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DModuleGen.java63 public void generate (Hashtable symbolTable, ModuleEntry entry, PrintWriter stream) argument
75 element.generate (symbolTable, stream);
/openjdk7/jdk/src/share/classes/javax/sound/midi/spi/
H A DMidiFileReader.java48 * Obtains the MIDI file format of the input stream provided. The stream must
50 * need to read some data from the stream before determining whether they
52 * be able to mark the stream, read enough data to determine whether they
53 * support the stream, and, if not, reset the stream's read pointer to its original
54 * position. If the input stream does not support this, this method may fail
56 * @param stream the input stream from which file format information should be
59 * @throws InvalidMidiDataException if the stream doe
65 getMidiFileFormat(InputStream stream) argument
113 getSequence(InputStream stream) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/sound/sampled/spi/
H A DAudioFileReader.java48 * Obtains the audio file format of the input stream provided. The stream must
50 * need to read some data from the stream before determining whether they
52 * be able to mark the stream, read enough data to determine whether they
53 * support the stream, and, if not, reset the stream's read pointer to its original
54 * position. If the input stream does not support this, this method may fail
56 * @param stream the input stream from which file format information should be
59 * @throws UnsupportedAudioFileException if the stream doe
65 getAudioFileFormat(InputStream stream) argument
110 getAudioInputStream(InputStream stream) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DDebugGraphicsInfo.java42 java.io.PrintStream stream = System.out; field in class:DebugGraphicsInfo
69 stream.println(string);
/openjdk7/jdk/src/share/classes/java/security/
H A DDigestInputStream.java36 * A transparent stream that updates the associated message digest using
37 * the bits going through the stream.
41 * digest after your calls to one of this digest input stream's
44 * <p>It is possible to turn this stream on or off (see
48 * the message digest is not updated. The default is for the stream
72 * The message digest associated with this stream.
77 * Creates a digest input stream, using the specified input stream
80 * @param stream the input stream
84 DigestInputStream(InputStream stream, MessageDigest digest) argument
[all...]
H A DDigestOutputStream.java36 * A transparent stream that updates the associated message digest using
37 * the bits going through the stream.
41 * digest after your calls to one of this digest ouput stream's
44 * <p>It is possible to turn this stream on or off (see
48 * digest is not updated. The default is for the stream to be on.
60 * The message digest associated with this stream.
65 * Creates a digest output stream, using the specified output stream
68 * @param stream the output stream
72 DigestOutputStream(OutputStream stream, MessageDigest digest) argument
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DPropertyResourceBundle.java106 * that the input stream be encoded in ISO-8859-1. In that case, characters
123 * @param stream an InputStream that represents a property file
126 * @throws NullPointerException if <code>stream</code> is null
128 public PropertyResourceBundle (InputStream stream) throws IOException { argument
130 properties.load(stream);
/openjdk7/jdk/src/share/classes/com/sun/imageio/spi/
H A DFileImageOutputStreamSpi.java31 import javax.imageio.stream.ImageOutputStream;
32 import javax.imageio.stream.FileImageOutputStream;
H A DRAFImageInputStreamSpi.java32 import javax.imageio.stream.ImageInputStream;
33 import javax.imageio.stream.FileImageInputStream;
H A DRAFImageOutputStreamSpi.java32 import javax.imageio.stream.ImageOutputStream;
33 import javax.imageio.stream.FileImageOutputStream;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/events/
H A DEntityReferenceEvent.java30 import javax.xml.stream.events.EntityDeclaration;
31 import javax.xml.stream.events.EntityReference;
H A DProcessingInstructionEvent.java30 import javax.xml.stream.XMLStreamConstants;
31 import javax.xml.stream.events.ProcessingInstruction;
H A DCommentEvent.java31 import javax.xml.stream.events.Comment;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/stream/buffer/
H A DXMLStreamBufferResult.java26 package com.sun.xml.internal.stream.buffer;
28 import com.sun.xml.internal.stream.buffer.sax.SAXBufferCreator;
H A DXMLStreamBufferSource.java26 package com.sun.xml.internal.stream.buffer;
28 import com.sun.xml.internal.stream.buffer.sax.SAXBufferProcessor;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/wsdl/parser/
H A DXMLEntityResolver.java32 import javax.xml.stream.XMLStreamException;
33 import javax.xml.stream.XMLStreamReader;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/wsdl/
H A DAbstractObjectImpl.java33 import javax.xml.stream.Location;
34 import javax.xml.stream.XMLStreamReader;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/streaming/
H A DTidyXMLStreamReader.java32 import javax.xml.stream.XMLStreamException;
33 import javax.xml.stream.XMLStreamReader;
/openjdk7/jdk/test/java/nio/file/DirectoryStream/
H A DDriveLetter.java56 try (DirectoryStream<Path> stream = Files.newDirectoryStream(dir)) {
57 for (Path file : stream) {
/openjdk7/jaxp/src/com/sun/xml/internal/stream/events/
H A DNotationDeclarationImpl.java26 package com.sun.xml.internal.stream.events;
28 import javax.xml.stream.events.NotationDeclaration;
29 import javax.xml.stream.events.XMLEvent;
30 import com.sun.xml.internal.stream.dtd.nonvalidating.XMLNotationDecl;
/openjdk7/jaxp/src/com/sun/xml/internal/stream/util/
H A DReadOnlyIterator.java26 package com.sun.xml.internal.stream.util;
H A DThreadLocalBufferAllocator.java26 package com.sun.xml.internal.stream.util;
/openjdk7/jaxp/src/javax/xml/stream/events/
H A DStartElement.java29 package javax.xml.stream.events;
58 * iterator must contain only implementations of the javax.xml.stream.Attribute
76 * javax.xml.stream.Namespace interface.
/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DClip.java104 * input stream. Opening a clip means that it should acquire any required
106 * input stream. If this operation
118 * @param stream an audio input stream from which audio data will be read into
123 * the stream
124 * @throws IllegalArgumentException if the stream's audio format
134 public void open(AudioInputStream stream) throws LineUnavailableException, IOException; argument
/openjdk7/jdk/src/share/classes/javax/imageio/stream/
H A DIIOByteBuffer.java26 package javax.imageio.stream;

Completed in 161 milliseconds

1234567891011>>