Package apple.struct
Class fsignatures
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.struct.fsignatures
-
public final class fsignatures extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description fsignatures()protectedfsignatures(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longfs_blob_size()org.moe.natj.general.ptr.VoidPtrfs_blob_start()bytefs_cdhash(int field_idx)output: cdhashlongfs_file_start()longfs_fsignatures_size()input: size of this struct (for compatibility)intfs_hash_type()output: hash algorithm type for cdhashvoidsetFs_blob_size(long value)voidsetFs_blob_start(org.moe.natj.general.ptr.VoidPtr value)voidsetFs_cdhash(byte value, int field_idx)output: cdhashvoidsetFs_file_start(long value)voidsetFs_fsignatures_size(long value)input: size of this struct (for compatibility)voidsetFs_hash_type(int value)output: hash algorithm type for cdhash
-
-
-
Method Detail
-
fs_file_start
public long fs_file_start()
-
setFs_file_start
public void setFs_file_start(long value)
-
fs_blob_start
public org.moe.natj.general.ptr.VoidPtr fs_blob_start()
-
setFs_blob_start
public void setFs_blob_start(org.moe.natj.general.ptr.VoidPtr value)
-
fs_blob_size
public long fs_blob_size()
-
setFs_blob_size
public void setFs_blob_size(long value)
-
fs_fsignatures_size
public long fs_fsignatures_size()
input: size of this struct (for compatibility)
-
setFs_fsignatures_size
public void setFs_fsignatures_size(long value)
input: size of this struct (for compatibility)
-
fs_cdhash
public byte fs_cdhash(int field_idx)
output: cdhash
-
setFs_cdhash
public void setFs_cdhash(byte value, int field_idx)output: cdhash
-
fs_hash_type
public int fs_hash_type()
output: hash algorithm type for cdhash
-
setFs_hash_type
public void setFs_hash_type(int value)
output: hash algorithm type for cdhash
-
-