Method: IO#read__UI8
- Defined in:
- lib/flv/core_extensions.rb
#read__UI8(position = nil) ⇒ Object
64 65 66 67 |
# File 'lib/flv/core_extensions.rb', line 64 def read__UI8(position = nil) seek position unless position.nil? readchar end |