class BinData::IO::Transform

def seekable?

Is the IO seekable?
def seekable?
  @chain_io.seekable?
end