public class FileName extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CSIZE |
| Constructor and Description |
|---|
FileName() |
FileName(FileName name) |
FileName(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getComponent(int index) |
int |
getFileComponent() |
int |
getLength() |
int |
size() |
String |
toString() |
void |
update(ByteBuffer buffer) |
int |
write(ByteBuffer buffer) |
public FileName()
public FileName(String name) throws IOException
IOExceptionpublic FileName(FileName name)
public int write(ByteBuffer buffer)
public void update(ByteBuffer buffer)
public int getFileComponent()
public int getComponent(int index)
public int getLength()
public int size()
Copyright © 2018 The Apache Software Foundation. All rights reserved.