Method: Spark::CoreExtension::IO::InstanceMethods#read_long
- Defined in:
- lib/spark/ext/io.rb
#read_long ⇒ Object
15 16 17 |
# File 'lib/spark/ext/io.rb', line 15 def read_long unpack_long(read(8)) end |
15 16 17 |
# File 'lib/spark/ext/io.rb', line 15 def read_long unpack_long(read(8)) end |