Class: FileData::JpegSection

Inherits:
Struct
  • Object
show all
Defined in:
lib/file_data/file_types/jpeg.rb

Instance Attribute Summary collapse

Instance Attribute Details

#content_streamObject

Returns the value of attribute content_stream

Returns:

  • (Object)

    the current value of content_stream



47
48
49
# File 'lib/file_data/file_types/jpeg.rb', line 47

def content_stream
  @content_stream
end

#markerObject

Returns the value of attribute marker

Returns:

  • (Object)

    the current value of marker



47
48
49
# File 'lib/file_data/file_types/jpeg.rb', line 47

def marker
  @marker
end