Method: PlainBufferCodedInputStream#read_header
- Defined in:
- lib/tablestore/plain_buffer_coded_input_stream.rb
#read_header ⇒ Object
22 23 24 |
# File 'lib/tablestore/plain_buffer_coded_input_stream.rb', line 22 def read_header @input_stream.read_int32 end |