콘텐츠로 이동

Interface InputConnection

package javax.microedition.io

public InputStream openInputStream()
throws IOException

Returns:

  • 입력 스트림

Throws:

  • IOException - I/O 오류가 발생한 경우

Returns:

  • 입력 스트림

Throws:

  • IOException - I/O 오류가 발생한 경우
  • DataInputStream openDataInputStream () — 연결의 데이터 입력 스트림을 열고 반환합니다.
  • InputStream openInputStream () — 연결의 입력 스트림을 열고 반환합니다.
public InputStream openInputStream()
throws IOException

Returns:

  • 입력 스트림

Throws:

  • IOException - I/O 오류가 발생한 경우
public DataInputStream openDataInputStream()
throws IOException

Returns:

  • 입력 스트림

Throws:

  • IOException - I/O 오류가 발생한 경우