blob: 5900508c0e7a00f91feb1475b8c7f93817983234 [file] [log] [blame]
class ByteArrayOutputStream
def byteArrayDefinition()
byte = Array.new
return byte
end
end