이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 6. Message delivery
6.1. Writing to a streamed large message 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
To write to a large message, use the BytesMessage.writeBytes() method. The following example reads bytes from a file and writes them to a message:
Example: Writing to a streamed large message
6.2. Reading from a streamed large message 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
To read from a large message, use the BytesMessage.readBytes() method. The following example reads bytes from a message and writes them to a file:
Example: Reading from a streamed large message