Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
javadocから:
public int read(byte[] b) throws IOException
この入力ストリームから最大 b.length バイトのデータをバイト配列に読み取ります。このメソッドは、何らかの入力が利用可能になるまでブロックします。
「このメソッドは、入力が利用可能になるまでブロックしますか? メインスレッドはブロックしますか? InputStream がストリームに渡されるまで?
前もって感謝します。
これは、何らかの入力を与えるまでプログラムが一時停止することを意味します。