class BinData::IO::Transform

def skip(n)

Skips forward +n+ bytes in the input stream.
def skip(n)
  chain_skip(n)
end