open class InputStreamConnectionWriter : ConnectionWriter
Implementation of com.srv4pos.server.api.infrastructure.ConnectionWriter which write data from java.io.InputStream. 
User: Kirill, Date: 23.08.13 14:51
InputStreamConnectionWriter(inputStream: InputStream!)
Set the source of data.  | 
open fun getContentLength(): Int!
Get length of content. We cannot define it for stream.  | 
|
open fun write(outputStream: OutputStream!): Unit
Write data.  |