module Wiris

This class encapsulates the data structure of an array of bytes. Depending on the platform the actual byte array ca be a String, an array of integers, or the best choice everywhere. It is encouraged to use this structure specially for input/output operations where large byte arrays have to be handled.