Method: HBase::ByteArray#to_s

Defined in:
lib/hbase-jruby/byte_array.rb

#to_sString

Returns the String representation of the underlying byte array

Returns:

  • (String)


42
43
44
# File 'lib/hbase-jruby/byte_array.rb', line 42

def to_s
  @java.to_s
end