Class EUCTool


  • public class EUCTool
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      (package private) static class  EUCTool.ChEl  
      (package private) class  EUCTool.iteratedChar  
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) byte[] buf  
      (package private) int fileSize  
      (package private) boolean option_d  
      (package private) boolean option_v  
    • Constructor Summary

      Constructors 
      Constructor Description
      EUCTool()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      (package private) void Main​(java.lang.String[] args)  
      (package private) boolean nextChar​(EUCTool.iteratedChar it)  
      (package private) void processDir​(java.io.File dir)  
      • Methods inherited from class java.lang.Object

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

      • buf

        byte[] buf
      • fileSize

        int fileSize
      • option_d

        boolean option_d
      • option_v

        boolean option_v
    • Constructor Detail

      • EUCTool

        public EUCTool()
    • Method Detail

      • main

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

        void Main​(java.lang.String[] args)
      • processDir

        void processDir​(java.io.File dir)