インターフェースの使用
org.springframework.integration.file.remote.InputStreamCallback
InputStreamCallback を使用するパッケージ
org.springframework.integration.file.remote 内の InputStreamCallback 使用
型 InputStreamCallback のパラメーターを持つ org.springframework.integration.file.remote のメソッド修飾子と型メソッド説明boolean
RemoteFileOperations.get
(StringSE remotePath, InputStreamCallback callback) リモートファイルを InputStream として取得します。boolean
RemoteFileOperations.get
(Message<?> message, InputStreamCallback callback) メッセージ内の情報に基づいて、リモートファイルを InputStream として取得します。boolean
RemoteFileTemplate.get
(StringSE remotePath, InputStreamCallback callback) boolean
RemoteFileTemplate.get
(Message<?> message, InputStreamCallback callback)