Method: IO#read__STRING
- Defined in:
- lib/flv/core_extensions.rb
#read__STRING(length, position = nil) ⇒ Object
84 85 86 87 |
# File 'lib/flv/core_extensions.rb', line 84 def read__STRING(length, position = nil) seek position unless position.nil? read length end |