org.apache.hadoop.zebra.io
Class IOutils

java.lang.Object
  extended by org.apache.hadoop.zebra.io.IOutils

public class IOutils
extends Object

Helper for Zebra I/O


Constructor Summary
IOutils()
           
 
Method Summary
static void indent(PrintStream os, int amount)
          indent of some spaces
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOutils

public IOutils()
Method Detail

indent

public static void indent(PrintStream os,
                          int amount)
indent of some spaces

Parameters:
os - print stream the indent space to be inserted
amount - the number of spaces to be indented


Copyright © 2012 The Apache Software Foundation