com.github.junrar.rarfile
Class FileNameDecoder

java.lang.Object
  extended by com.github.junrar.rarfile.FileNameDecoder

public class FileNameDecoder
extends Object


Constructor Summary
FileNameDecoder()
           
 
Method Summary
static 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 String decode(byte[] name,
                            int encPos)


Copyright © 2012. All Rights Reserved.