org.apache.hadoop.hbase.rest.transform
Class Base64

java.lang.Object
  extended by org.apache.hadoop.hbase.rest.transform.Base64
All Implemented Interfaces:
Transform

public class Base64
extends Object
implements Transform


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.hadoop.hbase.rest.transform.Transform
Transform.Direction
 
Constructor Summary
Base64()
           
 
Method Summary
 byte[] transform(byte[] data, Transform.Direction direction)
          Transform data from one representation to another according to transfer direction.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Base64

public Base64()
Method Detail

transform

public byte[] transform(byte[] data,
                        Transform.Direction direction)
Description copied from interface: Transform
Transform data from one representation to another according to transfer direction.

Specified by:
transform in interface Transform
Parameters:
data - input data
direction - IN or OUT
Returns:
the transformed data


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.