Searched defs:openStream (Results 1 - 23 of 23) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DAudioSynthesizer.java126 public AudioInputStream openStream(AudioFormat targetFormat, method in interface:AudioSynthesizer
H A DModelWavetable.java40 public AudioFloatInputStream openStream(); method in interface:ModelWavetable
H A DModelByteBufferWavetable.java192 public AudioFloatInputStream openStream() { method in class:ModelByteBufferWavetable
H A DSoftMixingMixer.java354 AudioInputStream ais = openStream(getFormat());
475 public AudioInputStream openStream(AudioFormat targetFormat) method in class:SoftMixingMixer
H A DSoftSynthesizer.java1054 AudioInputStream ais = openStream(getFormat(), info);
1141 public AudioInputStream openStream(AudioFormat targetFormat, method in class:SoftSynthesizer
/openjdk7/jaxws/src/share/jaf_classes/javax/activation/
H A DSecuritySupport.java119 public static InputStream openStream(final URL url) throws IOException { method in class:SecuritySupport
124 return url.openStream();
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DConstGen.java95 openStream ();
108 protected void openStream () method in class:ConstGen
111 } // openStream
H A DDefaultFactory.java79 openStream ();
114 protected void openStream () method in class:DefaultFactory
117 } // openStream
H A DHolder.java82 openStream ();
112 protected void openStream () method in class:Holder
115 } // openStream
H A DValueFactory.java80 openStream ();
114 protected void openStream () method in class:ValueFactory
117 } // openStream
H A DEnumGen.java72 openStream ();
94 protected void openStream () method in class:EnumGen
H A DForwardValueGen.java75 openStream ();
90 protected void openStream () method in class:ForwardValueGen
93 } // openStream
H A DStub.java75 openStream ();
95 protected void openStream () method in class:Stub
105 } // openStream
H A DValueBoxGen.java86 openStream ();
118 protected void openStream () method in class:ValueBoxGen
121 } // openStream
H A DHelper.java95 openStream ();
128 protected void openStream () method in class:Helper
131 } // openStream
H A DInterfaceGen.java194 * 2.) Open print stream - openStream ()
208 openStream ();
223 protected void openStream () method in class:InterfaceGen
229 } // openStream
H A DSkeleton.java99 openStream ();
134 protected void openStream () method in class:Skeleton
140 } // openStream
H A DStructGen.java98 openStream ();
120 protected void openStream () method in class:StructGen
123 } // openStream
H A DUnionGen.java88 openStream ();
112 protected void openStream () method in class:UnionGen
115 } // openStream
H A DValueGen.java91 openStream ();
115 protected void openStream () method in class:ValueGen
118 } // openStream
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/gopher/
H A DGopherClient.java123 InputStream openStream(URL u) throws IOException { method in class:GopherClient
/openjdk7/jdk/src/share/classes/java/net/
H A DURL.java1036 public final InputStream openStream() throws java.io.IOException { method in class:URL
/openjdk7/jdk/src/share/transport/shmem/
H A DshmemBase.c440 openStream(Stream *stream) function
552 error = openStream(&connection->incoming);
558 error = openStream(&connection->outgoing);

Completed in 309 milliseconds