-- - seek backward a constant amount local seek = {} function seek.hasvalue() return false end function seek.width() return nil end function seek.unpack(fd, _, offset) fd:seek("cur", -offset) end seek.pack = seek.unpack return seek