public class FileNameCache
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
FileNameCache.NameComputer |
| Constructor and Description |
|---|
FileNameCache() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.CharSequence |
getVFileName(int nameId) |
static java.lang.CharSequence |
getVFileName(int nameId,
FileNameCache.NameComputer computeName) |
static int |
storeName(java.lang.String name) |
public static int storeName(java.lang.String name)
public static java.lang.CharSequence getVFileName(int nameId,
FileNameCache.NameComputer computeName)
throws java.io.IOException
java.io.IOExceptionpublic static java.lang.CharSequence getVFileName(int nameId)