Method: BinData::IO::Transform#after_write_transform
- Defined in:
- lib/bindata/io.rb
#after_write_transform ⇒ Object
Flushes the output stream.
Called after the final write operation.
409 |
# File 'lib/bindata/io.rb', line 409 def after_write_transform; end |