Class BIG5Tool


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

      Nested Classes 
      Modifier and Type Class Description
      (package private) static class  BIG5Tool.ChEl  
      (package private) class  BIG5Tool.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  
      (package private) boolean sjis  
    • Constructor Summary

      Constructors 
      Constructor Description
      BIG5Tool()  
    • 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​(BIG5Tool.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
      • sjis

        boolean sjis
    • Constructor Detail

      • BIG5Tool

        public BIG5Tool()
    • 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)