Method: HBase::ByteArray#length

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

#lengthFixnum

Returns the length of the byte array

Returns:

  • (Fixnum)


90
91
92
# File 'lib/hbase-jruby/byte_array.rb', line 90

def length
  @java.length
end