class BinData::Base

def reading? #:nodoc:

:nodoc:
internally by BasePrimitive.
Returns if this object is currently being read. This is used
def reading? #:nodoc:
  furthest_ancestor.in_read
end