Uses of Class
org.apache.pig.scripting.jruby.RubyDataByteArray

Packages that use RubyDataByteArray
org.apache.pig.scripting.jruby   
 

Uses of RubyDataByteArray in org.apache.pig.scripting.jruby
 

Methods in org.apache.pig.scripting.jruby that return RubyDataByteArray
 RubyDataByteArray RubyDataByteArray.initialize()
          This is the default initializer, which returns an empty DataByteArray.
 RubyDataByteArray RubyDataByteArray.initialize(org.jruby.runtime.builtin.IRubyObject arg)
          Given a String or a set of bytes[], initializes the encapsulated DataByteArray using DataByteArray.set(byte[]).
 RubyDataByteArray RubyDataByteArray.initialize(org.jruby.runtime.builtin.IRubyObject arg1, org.jruby.runtime.builtin.IRubyObject arg2)
          Given two RubyDataByteArrays, initializes the encapsulated DataByteArray to be a concatentation of the copied bits of the first and second.
static RubyDataByteArray PigJrubyLibrary.pigToRuby(org.jruby.Ruby ruby, DataByteArray object)
          A type specific conversion routine.
 

Methods in org.apache.pig.scripting.jruby with parameters of type RubyDataByteArray
static DataByteArray PigJrubyLibrary.rubyToPig(RubyDataByteArray rbObject)
          A type specific conversion routine.
 



Copyright © 2007-2012 The Apache Software Foundation