jaulib v1.3.0
Jau Support Library (C++, Java, ..)
Classes | Public Member Functions | Public Attributes | List of all members
org.jau.fs.FileStats.Field Class Reference
Collaboration diagram for org.jau.fs.FileStats.Field:

Classes

enum  Type
 

Public Member Functions

 Field (final int v)
 
 Field ()
 
boolean isSet (final Type bit)
 
void set (final Type bit)
 
String toString ()
 
boolean equals (final Object other)
 

Public Attributes

int mask
 

Detailed Description

Definition at line 42 of file FileStats.java.

Constructor & Destructor Documentation

◆ Field() [1/2]

org.jau.fs.FileStats.Field.Field ( final int  v)

Definition at line 67 of file FileStats.java.

◆ Field() [2/2]

org.jau.fs.FileStats.Field.Field ( )

Definition at line 70 of file FileStats.java.

Here is the caller graph for this function:

Member Function Documentation

◆ equals()

boolean org.jau.fs.FileStats.Field.equals ( final Object  other)

Definition at line 94 of file FileStats.java.

Here is the call graph for this function:

◆ isSet()

boolean org.jau.fs.FileStats.Field.isSet ( final Type  bit)

Definition at line 74 of file FileStats.java.

Here is the caller graph for this function:

◆ set()

void org.jau.fs.FileStats.Field.set ( final Type  bit)

Definition at line 75 of file FileStats.java.

◆ toString()

String org.jau.fs.FileStats.Field.toString ( )

Definition at line 78 of file FileStats.java.

Here is the call graph for this function:

Member Data Documentation

◆ mask

int org.jau.fs.FileStats.Field.mask

Definition at line 65 of file FileStats.java.


The documentation for this class was generated from the following file: