class BinData::Base

def reading?

Is this object tree currently being read? Used by BasePrimitive.
def reading?
  top_level_get(:in_read)
end