Class ProdosFileInfo
- java.lang.Object
-
- io.github.applecommander.applesingle.ProdosFileInfo
-
public class ProdosFileInfo extends java.lang.ObjectA simple ProDOS File Info wrapper class.Note 1:
standardBIN()can be used to generate sensible defaults.
Note 2: Fields are package-private to allowAppleSingle.Builderto have direct access.
-
-
Field Summary
Fields Modifier and Type Field Description static intBYTESNumber of bytes a File Dates Info takes per AppleSingle spec.
-
Constructor Summary
Constructors Constructor Description ProdosFileInfo(int access, int fileType, int auxType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProdosFileInfofromEntry(Entry entry)intgetAccess()intgetAuxType()intgetFileType()static ProdosFileInfostandardBIN()EntrytoEntry()
-
-
-
Field Detail
-
BYTES
public static final int BYTES
Number of bytes a File Dates Info takes per AppleSingle spec.- See Also:
- Constant Field Values
-
-
Method Detail
-
standardBIN
public static ProdosFileInfo standardBIN()
-
fromEntry
public static ProdosFileInfo fromEntry(Entry entry)
-
toEntry
public Entry toEntry()
-
getAccess
public int getAccess()
-
getFileType
public int getFileType()
-
getAuxType
public int getAuxType()
-
-