public class sftp_attributes_struct extends com.ochafik.lang.jnaerator.runtime.Structure<sftp_attributes_struct,sftp_attributes_struct.ByValue,sftp_attributes_struct.ByReference>
| Modifier and Type | Class and Description |
|---|---|
static class |
sftp_attributes_struct.ByReference |
static class |
sftp_attributes_struct.ByValue |
| Modifier and Type | Field and Description |
|---|---|
SshLibrary.ssh_string |
acl |
int |
atime |
int |
atime_nseconds |
long |
atime64 |
long |
createtime |
int |
createtime_nseconds |
int |
extended_count |
SshLibrary.ssh_string |
extended_data |
SshLibrary.ssh_string |
extended_type |
int |
flags |
int |
gid |
com.sun.jna.Pointer |
group
set if openssh and version 4
C type : char* |
com.sun.jna.Pointer |
longname
ls -l output on openssh, not reliable else
C type : char* |
int |
mtime |
int |
mtime_nseconds |
long |
mtime64 |
com.sun.jna.Pointer |
name |
com.sun.jna.Pointer |
owner
set if openssh and version 4
C type : char* |
int |
permissions |
long |
size |
byte |
type |
int |
uid |
| Constructor and Description |
|---|
sftp_attributes_struct() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
initFieldOrder() |
static sftp_attributes_struct[] |
newArray(int arrayLength) |
protected sftp_attributes_struct.ByReference |
newByReference() |
protected sftp_attributes_struct.ByValue |
newByValue() |
protected sftp_attributes_struct |
newInstance() |
byReference, byValue, castToArray, castToArray, castToArray, castToReferenceArray, castToReferenceArray, castToValueArray, castToValueArray, clone, compareTo, getBitsAnnotation, newArray, read, readDependency, setDependency, setupClone, setupClone, toArray, toArray, toArray, toReferenceArray, toReferenceArray, toValueArray, toValueArray, use, use, use, use, writeallocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setStringEncoding, size, sortFields, toString, toString, useMemory, useMemory, writeField, writeField, writeFieldpublic com.sun.jna.Pointer name
public com.sun.jna.Pointer longname
public int flags
public byte type
public long size
public int uid
public int gid
public com.sun.jna.Pointer owner
public com.sun.jna.Pointer group
public int permissions
public long atime64
public int atime
public int atime_nseconds
public long createtime
public int createtime_nseconds
public long mtime64
public int mtime
public int mtime_nseconds
public SshLibrary.ssh_string acl
public int extended_count
public SshLibrary.ssh_string extended_type
public SshLibrary.ssh_string extended_data
protected void initFieldOrder()
protected sftp_attributes_struct.ByReference newByReference()
newByReference in class com.ochafik.lang.jnaerator.runtime.Structure<sftp_attributes_struct,sftp_attributes_struct.ByValue,sftp_attributes_struct.ByReference>protected sftp_attributes_struct.ByValue newByValue()
newByValue in class com.ochafik.lang.jnaerator.runtime.Structure<sftp_attributes_struct,sftp_attributes_struct.ByValue,sftp_attributes_struct.ByReference>protected sftp_attributes_struct newInstance()
newInstance in class com.ochafik.lang.jnaerator.runtime.Structure<sftp_attributes_struct,sftp_attributes_struct.ByValue,sftp_attributes_struct.ByReference>public static sftp_attributes_struct[] newArray(int arrayLength)
Copyright © 2018. All rights reserved.