BufferredOutputStream

xiaoxiao2026-04-17  2

BufferredOutputStream is not implemented consistently between Windows and Linux.

 

Take this for an example,

 

BufferredOutputStream  bos  = new BufferredOutputStream (new FileOutputSteam);

 

bos.write(......);

 

If the bos is not closed explicitly, it doesn't work in Windows, but works well in linux. That is to say, in widnows, the content is not written into the file correctly if it runs in windows.

 

Please notice this.

相关资源:敏捷开发V1.0.pptx
转载请注明原文地址: https://www.6miu.com/read-5047490.html

最新回复(0)