Searched defs:toInputStream (Results 1 – 6 of 6) sorted by relevance
12 public static InputStream toInputStream(PhoneMetadataCollection metadata) throws IOException { in toInputStream() method in PhoneMetadataCollectionUtil
221 public abstract InputStream toInputStream(); in toInputStream() method in AbstractByteArrayOutputStream239 protected <T extends InputStream> InputStream toInputStream( in toInputStream() method in AbstractByteArrayOutputStream
131 public synchronized InputStream toInputStream() { in toInputStream() method in ByteArrayOutputStream
121 public InputStream toInputStream() { in toInputStream() method in UnsynchronizedByteArrayOutputStream
264 public InputStream toInputStream() throws IOException { in toInputStream() method in DeferredFileOutputStream
2850 public static InputStream toInputStream(final CharSequence input) { in toInputStream() method in IOUtils2863 public static InputStream toInputStream(final CharSequence input, final Charset charset) { in toInputStream() method in IOUtils2883 public static InputStream toInputStream(final CharSequence input, final String charsetName) { in toInputStream() method in IOUtils2897 public static InputStream toInputStream(final String input) { in toInputStream() method in IOUtils2910 public static InputStream toInputStream(final String input, final Charset charset) { in toInputStream() method in IOUtils2930 public static InputStream toInputStream(final String input, final String charsetName) { in toInputStream() method in IOUtils