class Prism::Serialize::FastStringIO

def initialize(string)

def initialize(string)
  @string = string
  @pos = 0
end