com.redhat.et.libguestfs
Class Dirent

java.lang.Object
  extended by com.redhat.et.libguestfs.Dirent

public class Dirent
extends java.lang.Object

Dirent structure.

See Also:
GuestFS

Field Summary
 char ftyp
           
 long ino
           
 java.lang.String name
           
 
Constructor Summary
Dirent()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ino

public long ino

ftyp

public char ftyp

name

public java.lang.String name
Constructor Detail

Dirent

public Dirent()