Home
last modified time | relevance | path

Searched defs:HFSImplementation (Results 1 – 23 of 23) sorted by relevance

/dports/sysutils/hfsexplorer/hfsexplorer-hfsexplorer-0.23.1/src/java/org/catacombae/hfs/types/hfscommon/
H A DCommonHFSCatalogFileRecord.java83 public static class HFSImplementation extends CommonHFSCatalogFileRecord { class in CommonHFSCatalogFileRecord
84 public HFSImplementation(CatKeyRec key, CdrFilRec data) { in HFSImplementation() method in CommonHFSCatalogFileRecord.HFSImplementation
88 protected HFSImplementation(CommonHFSCatalogKey key, in HFSImplementation() method in CommonHFSCatalogFileRecord.HFSImplementation
H A DCommonHFSCatalogString.java90 public static class HFSImplementation extends CommonHFSCatalogString { class in CommonHFSCatalogString
93 private HFSImplementation(byte[] ckrCName) { in HFSImplementation() method in CommonHFSCatalogString.HFSImplementation
H A DCommonHFSExtentDescriptor.java76 public static class HFSImplementation extends CommonHFSExtentDescriptor { class in CommonHFSExtentDescriptor
79 public HFSImplementation(ExtDescriptor hped) { in HFSImplementation() method in CommonHFSExtentDescriptor.HFSImplementation
H A DCommonHFSCatalogFileThread.java87 private static class HFSImplementation extends CommonHFSCatalogFileThread { class in CommonHFSCatalogFileThread
90 public HFSImplementation(CdrFThdRec data) { in HFSImplementation() method in CommonHFSCatalogFileThread.HFSImplementation
H A DCommonHFSCatalogFolderRecord.java108 public static class HFSImplementation extends CommonHFSCatalogFolderRecord { class in CommonHFSCatalogFolderRecord
109 public HFSImplementation(CatKeyRec key, CdrDirRec data) { in HFSImplementation() method in CommonHFSCatalogFolderRecord.HFSImplementation
H A DCommonHFSCatalogFolderThread.java90 private static class HFSImplementation extends CommonHFSCatalogFolderThread { class in CommonHFSCatalogFolderThread
93 public HFSImplementation(CdrThdRec data) { in HFSImplementation() method in CommonHFSCatalogFolderThread.HFSImplementation
H A DCommonHFSExtentIndexNode.java42 public static class HFSImplementation extends CommonHFSExtentIndexNode { class in CommonHFSExtentIndexNode
43 public HFSImplementation(byte[] data, int offset, int nodeSize) { in HFSImplementation() method in CommonHFSExtentIndexNode.HFSImplementation
H A DCommonBTIndexRecord.java85 … private static class HFSImplementation <K extends CommonBTKey<K>> extends CommonBTIndexRecord<K> { class in CommonBTIndexRecord
87 public HFSImplementation(K key, byte[] data, int offset) { in HFSImplementation() method in CommonBTIndexRecord.HFSImplementation
H A DCommonHFSExtentLeafNode.java62 public static class HFSImplementation extends CommonHFSExtentLeafNode { class in CommonHFSExtentLeafNode
63 public HFSImplementation(byte[] data, int offset, int nodeSize) { in HFSImplementation() method in CommonHFSExtentLeafNode.HFSImplementation
H A DCommonHFSForkData.java48 public static class HFSImplementation extends CommonHFSForkData { class in CommonHFSForkData
52 public HFSImplementation(ExtDataRec edr, long logicalSize) { in HFSImplementation() method in CommonHFSForkData.HFSImplementation
H A DCommonBTNodeDescriptor.java110 public static class HFSImplementation extends CommonBTNodeDescriptor { class in CommonBTNodeDescriptor
113 public HFSImplementation(NodeDescriptor nd) { in HFSImplementation() method in CommonBTNodeDescriptor.HFSImplementation
H A DCommonHFSCatalogKey.java194 public static class HFSImplementation extends CommonHFSCatalogKey { class in CommonHFSCatalogKey
197 public HFSImplementation(CatKeyRec key) { in HFSImplementation() method in CommonHFSCatalogKey.HFSImplementation
H A DCommonHFSExtentLeafRecord.java60 private static class HFSImplementation extends CommonHFSExtentLeafRecord { class in CommonHFSExtentLeafRecord
64 public HFSImplementation(ExtKeyRec key, ExtDataRec recordData) { in HFSImplementation() method in CommonHFSExtentLeafRecord.HFSImplementation
H A DCommonBTHeaderNode.java122 private static class HFSImplementation extends CommonBTHeaderNode { class in CommonBTHeaderNode
123 public HFSImplementation(byte[] data, int offset, int nodeSize) { in HFSImplementation() method in CommonBTHeaderNode.HFSImplementation
H A DCommonHFSExtentKey.java142 public static class HFSImplementation extends CommonHFSExtentKey { class in CommonHFSExtentKey
145 public HFSImplementation(ExtKeyRec key) { in HFSImplementation() method in CommonHFSExtentKey.HFSImplementation
H A DCommonBTNode.java138 private class HFSImplementation extends InternalContainer { class in CommonBTNode
139 public HFSImplementation(byte[] data, int offset, int nodeSize) { in HFSImplementation() method in CommonBTNode.HFSImplementation
H A DCommonBTHeaderRecord.java157 public static class HFSImplementation extends CommonBTHeaderRecord { class in CommonBTHeaderRecord
160 public HFSImplementation(BTHdrRec bthr) { in HFSImplementation() method in CommonBTHeaderRecord.HFSImplementation
H A DCommonHFSCatalogLeafNode.java91 public static class HFSImplementation extends CommonHFSCatalogLeafNode { class in CommonHFSCatalogLeafNode
92 public HFSImplementation(byte[] data, int offset, int nodeSize) { in HFSImplementation() method in CommonHFSCatalogLeafNode.HFSImplementation
H A DCommonHFSCatalogNodeID.java195 public static class HFSImplementation extends CommonHFSCatalogNodeID { class in CommonHFSCatalogNodeID
205 public HFSImplementation(int filFlNum) { in HFSImplementation() method in CommonHFSCatalogNodeID.HFSImplementation
H A DCommonHFSCatalogIndexNode.java48 private static class HFSImplementation { class in CommonHFSCatalogIndexNode
62 public HFSImplementation(byte[] data, int offset, int nodeSize) { in HFSImplementation() method in CommonHFSCatalogIndexNode.HFSImplementation
H A DCommonHFSVolumeHeader.java235 public static class HFSImplementation extends CommonHFSVolumeHeader { class in CommonHFSVolumeHeader
238 public HFSImplementation(MasterDirectoryBlock hdr) { in HFSImplementation() method in CommonHFSVolumeHeader.HFSImplementation
H A DCommonHFSCatalogFolder.java203 public static class HFSImplementation extends CommonHFSCatalogFolder { class in CommonHFSCatalogFolder
206 public HFSImplementation(CdrDirRec data) { in HFSImplementation() method in CommonHFSCatalogFolder.HFSImplementation
H A DCommonHFSCatalogFile.java244 public static class HFSImplementation extends CommonHFSCatalogFile { class in CommonHFSCatalogFile
247 private HFSImplementation(CdrFilRec data) { in HFSImplementation() method in CommonHFSCatalogFile.HFSImplementation