class IO::Stream::StringBuffer

def initialize

def initialize
	super
	
	force_encoding(BINARY)
end