# File lib/facet/binaryreader.rb, line 173 def readn(n) str = read(n) raise "couldn't read #{n} characters" if str.nil? or str.size != n str end