class Prism::Serialize::FastStringIO

def getbyte

def getbyte
  byte = @string.getbyte(@pos)
  @pos += 1
  byte
end