Method: HBase::ByteArray#to_s
- Defined in:
- lib/hbase-jruby/byte_array.rb
#to_s ⇒ String
Returns the String representation of the underlying byte array
42 43 44 |
# File 'lib/hbase-jruby/byte_array.rb', line 42 def to_s @java.to_s end |