Package com.github.kokorin.jaffree.net
Class PipeOutputNegotiator
java.lang.Object
com.github.kokorin.jaffree.net.PipeOutputNegotiator
- All Implemented Interfaces:
TcpNegotiator
-
Constructor Summary
ConstructorsConstructorDescriptionPipeOutputNegotiator(OutputStream destination, int bufferSize) CreatesPipeOutputNegotiator. -
Method Summary
-
Constructor Details
-
PipeOutputNegotiator
CreatesPipeOutputNegotiator.- Parameters:
destination- output stream to copy tobufferSize- buffer size to copy data
-
-
Method Details
-
negotiate
Copies bytes from socketOutputStreamtodestination.- Specified by:
negotiatein interfaceTcpNegotiator- Parameters:
socket- TCP socket- Throws:
IOException- if any IO error
-