Class LogChopper


  • @Public
    public class LogChopper
    extends java.lang.Object
    this class will chop the log at the specified zxid
    • Constructor Summary

      Constructors 
      Constructor Description
      LogChopper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean chop​(java.io.InputStream is, java.io.OutputStream os, long zxid)  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LogChopper

        public LogChopper()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • chop

        public static boolean chop​(java.io.InputStream is,
                                   java.io.OutputStream os,
                                   long zxid)
                            throws java.io.IOException
        Throws:
        java.io.IOException