Package org.springframework.integration.adapter.stream

Class Summary
ByteStreamSource A pollable source for receiving bytes from an InputStream.
ByteStreamSourceAdapter A polling source adapter that wraps a ByteStreamSource.
ByteStreamTargetAdapter A target adapter that writes a byte array to an OutputStream.
CharacterStreamSource A pollable source for text-based InputStreams.
CharacterStreamSourceAdapter A polling source adapter that wraps a CharacterStreamSource.
CharacterStreamTargetAdapter A target adapter that writes to an OutputStream.