public class DirectoryRecord extends Object
| Constructor and Description |
|---|
DirectoryRecord(boolean valid,
String path) |
DirectoryRecord(String parent) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFile() |
String |
getParent() |
boolean |
isValid() |
String |
toString() |
void |
update(CrailBuffer buffer) |
void |
write(CrailBuffer buffer) |
public DirectoryRecord(boolean valid,
String path)
public DirectoryRecord(String parent)
public void write(CrailBuffer buffer) throws Exception
Exceptionpublic void update(CrailBuffer buffer)
public boolean isValid()
public String getFile()
public String getParent()
Copyright © 2018 The Apache Software Foundation. All rights reserved.