Monday, 26 August 2013

Which class is needed to specify encodeByte() method?

Which class is needed to specify encodeByte() method?

I want to import my data from a csv file to hbase in java. But I can't
find the encodeByte method in the Base64 class. In the below line:
Base64.encodeByte(actualSeparator.getBytes())
I get an error.
Can you tell me which class needs to be imported or which file jar I need
to inset in my library?

No comments:

Post a Comment