Recent content by Sakthibalamurugan S

  1. S

    How to fix the flush method delay issue in the BufferedOutputStream android nougut?

    I am developing one android application for server emulation(like Online terminal) using SocketChannel(Java Native) for stream connection. But in the application I am trying to flush the output stream every time after I send the data to the server. When I am doing that The flush method taking 2...