Class: Pocolog::Logfiles::DataHeader

Inherits:
BlockStream::DataBlockHeader show all
Defined in:
lib/pocolog/logfiles.rb

Instance Attribute Summary collapse

Attributes inherited from BlockStream::DataBlockHeader

#data_size, #lg_time, #rt_time

Method Summary

Methods inherited from BlockStream::DataBlockHeader

#compressed?, #initialize, #lg, parse, #rt

Constructor Details

This class inherits a constructor from Pocolog::BlockStream::DataBlockHeader

Instance Attribute Details

#block_posObject

Returns the value of attribute block_pos



411
412
413
# File 'lib/pocolog/logfiles.rb', line 411

def block_pos
  @block_pos
end

#payload_posObject

Returns the value of attribute payload_pos



412
413
414
# File 'lib/pocolog/logfiles.rb', line 412

def payload_pos
  @payload_pos
end

#sizeObject

Returns the value of attribute size



413
414
415
# File 'lib/pocolog/logfiles.rb', line 413

def size
  @size
end