Prepends the byte array of the given object to the front
Parameters:
Objects to prepend
Returns:
Modified self
83 84 85 86
# File 'lib/hbase-jruby/byte_array.rb', line 83 def unshift *args @java = (ByteArray.new(*args) + self).java self end