class PDF::Reader::Buffer

def initialize (io)

Creates a new buffer around the specified IO object
###############################################################################
def initialize (io)
  @io = io
  @buffer = nil
end