Class BinaryStringIO
In: lib/archive/support/binary_stringio.rb
Parent: StringIO

This class is a version of StringIO that always uses the binary encoding on any Ruby platform that has a notion of encodings. On Ruby platforms without encoding support, this class is equivalent to StringIO.

Methods

new  

Public Class methods

Creates a new instance of this class.

This takes all the arguments of StringIO.new.

[Validate]