Lines Matching refs:InputStream
562 The `InputStream.read()` and `Reader.read()` methods are used to read a byte or character, respecti…
564 The `InputStream.read()` method reads a single byte from an input source and returns its value as a…
689 InputStream is;
691 StreamConsumer(InputStream is) {
731 public boolean uploadFile(InputStream in) throws IOException {
751 public boolean uploadFile(InputStream in) throws IOException {
819 public SecureObjectInputStream(InputStream in) throws IOException {
854 public HWObjectInputStream(InputStream in) throws IOException {
1658 public void receiveXMLStream(InputStream inStream)
1674 public void receiveXMLStream(InputStream inStream)
1691 public void receiveXMLStream(InputStream inStream)
1711 private static void receiveXMLStream(InputStream inStream)