Method: IO#read__UI16
- Defined in:
- lib/flv/core_extensions.rb
#read__UI16(position = nil) ⇒ Object
69 70 71 72 |
# File 'lib/flv/core_extensions.rb', line 69 def read__UI16(position = nil) seek position unless position.nil? (readchar << 8) + readchar end |