ByteArrayOutputStream Writing to File Thread Safe

后端 未结 0 1563
伪装坚强ぢ
伪装坚强ぢ 2020-12-15 01:35

I have code which do serialisation and save the output in the file. My code:

private ByteArrayOutputStream baos = new ByteArrayOutputStream();

    public voi         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题