Method: IO#read__UI24
- Defined in:
- lib/flv/core_extensions.rb
#read__UI24(position = nil) ⇒ Object
74 75 76 77 |
# File 'lib/flv/core_extensions.rb', line 74 def read__UI24(position = nil) seek position unless position.nil? (readchar << 16) + (readchar << 8) + readchar end |