]> source.dussan.org Git - tigervnc.git/commit
Use BufferedOutStream in more streams
authorPierre Ossman <ossman@cendio.se>
Wed, 24 Aug 2022 08:31:42 +0000 (10:31 +0200)
committerPierre Ossman <ossman@cendio.se>
Thu, 25 Aug 2022 10:21:15 +0000 (12:21 +0200)
commit79329c0a8fc6889ec2f70db5992db74f5f92c573
treef897cf3d5a76b55f878d17c45f0028c41389f7a7
parentd67657e67dde9e0b156d1dae82dacaf8713cdb66
Use BufferedOutStream in more streams

Avoid duplicating all the memory mangement, and instead use the
BufferedOutStream as a base clase for all out streams that need an
intermediate buffer.
common/rdr/BufferedOutStream.cxx
common/rdr/BufferedOutStream.h
common/rdr/FdOutStream.cxx
common/rdr/HexOutStream.cxx
common/rdr/HexOutStream.h
common/rdr/TLSOutStream.cxx
common/rdr/TLSOutStream.h
common/rdr/ZlibOutStream.cxx
common/rdr/ZlibOutStream.h