Class FileNameDecoder


  • public class FileNameDecoder
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FileNameDecoder()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String decode​(byte[] name, int encPos)  
      static int getChar​(byte[] name, int pos)  
      • Methods inherited from class java.lang.Object

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

      • FileNameDecoder

        public FileNameDecoder()
    • Method Detail

      • getChar

        public static int getChar​(byte[] name,
                                  int pos)
      • decode

        public static java.lang.String decode​(byte[] name,
                                              int encPos)