Method: BinData::IO::Transform.transform_changes_stream_length!

Defined in:
lib/bindata/io.rb

.transform_changes_stream_length!Object

Indicates that this transform changes the length of the underlying data. e.g. performs compression or error correction



387
388
389
# File 'lib/bindata/io.rb', line 387

def transform_changes_stream_length!
  prepend(UnSeekableIO)
end