Searched defs:newInputStream (Results 1 - 13 of 13) sorted by relevance

/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/messaging/saaj/util/
H A DByteOutputStream.java166 public ByteInputStream newInputStream() { method in class:ByteOutputStream
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/util/
H A DByteArrayBuffer.java192 public final InputStream newInputStream() { method in class:ByteArrayBuffer
199 public final InputStream newInputStream(int start, int length) { method in class:ByteArrayBuffer
/openjdk9/jdk/src/java.base/share/classes/java/nio/channels/
H A DChannels.java119 public static InputStream newInputStream(ReadableByteChannel ch) { method in class:Channels
198 public static InputStream newInputStream(AsynchronousByteChannel ch) { method in class:Channels
/openjdk9/jdk/src/java.base/share/classes/java/nio/file/spi/
H A DFileSystemProvider.java373 public InputStream newInputStream(Path path, OpenOption... options) method in class:FileSystemProvider
/openjdk9/jdk/src/java.base/share/classes/jdk/internal/jrtfs/
H A DJrtFileSystemProvider.java320 public InputStream newInputStream(Path path, OpenOption... options) method in class:JrtFileSystemProvider
H A DJrtFileSystem.java341 final InputStream newInputStream(JrtPath path) throws IOException { method in class:JrtFileSystem
H A DJrtPath.java620 final InputStream newInputStream(OpenOption... options) throws IOException { method in class:JrtPath
/openjdk9/jdk/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipFileSystemProvider.java273 public InputStream newInputStream(Path path, OpenOption... options) method in class:ZipFileSystemProvider
H A DZipPath.java694 InputStream newInputStream(OpenOption... options) throws IOException method in class:ZipPath
H A DZipFileSystem.java546 InputStream newInputStream(byte[] path) throws IOException { method in class:ZipFileSystem
/openjdk9/jaxp/test/javax/xml/jaxp/functional/javax/xml/validation/ptests/
H A DSchemaFactoryTest.java380 private InputStream newInputStream(byte[] xsd) { method in class:SchemaFactoryTest
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/encoding/
H A DCDRInputStream.java71 public static CDRInputStreamBase newInputStream( method in class:CDRInputStream.InputStreamFactory
/openjdk9/jdk/src/java.base/share/classes/java/nio/file/
H A DFiles.java151 public static InputStream newInputStream(Path path, OpenOption... options) method in class:Files

Completed in 200 milliseconds