class Tar::Schema::FieldType
Attributes
offset[R]
size[R]
unpack_format[R]
Public Class Methods
new(size, offset, unpack_format:)
click to toggle source
# File lib/tar/schema.rb, line 54 def initialize(size, offset, unpack_format:) @size = size @offset = offset @unpack_format = unpack_format end