Lines Matching refs:InputStream
562 Java中`InputStream.read()`和`Reader.read()`方法用于从流中读取一个字节(byte)或字符(char)。
564 `InputStream.read()`读取一个字节,返回值的范围为0x00-0xFF(补码),8位;`Reader.read()`读取一个字符,返回值的范围为0x0000-0xFFFF(补码),1…
693 InputStream is;
695 StreamConsumer(InputStream is) {
735 public boolean uploadFile(InputStream in) throws IOException {
755 public boolean uploadFile(InputStream in) throws IOException {
823 public SecureObjectInputStream(InputStream in) throws IOException {
858 public HWObjectInputStream(InputStream in) throws IOException {
1666 public void receiveXMLStream(InputStream inStream)
1682 public void receiveXMLStream(InputStream inStream)
1699 public void receiveXMLStream(InputStream inStream)
1719 private static void receiveXMLStream(InputStream inStream)