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