public class sftp_dir_struct extends com.ochafik.lang.jnaerator.runtime.Structure<sftp_dir_struct,sftp_dir_struct.ByValue,sftp_dir_struct.ByReference>
| Modifier and Type | Class and Description |
|---|---|
static class |
sftp_dir_struct.ByReference |
static class |
sftp_dir_struct.ByValue |
| Modifier and Type | Field and Description |
|---|---|
SshLibrary.ssh_buffer |
buffer
contains raw attributes from server which haven't been parsed
C type : ssh_buffer |
int |
count |
int |
eof |
SshLibrary.ssh_string |
handle
handle to directory
C type : ssh_string |
com.sun.jna.Pointer |
name |
sftp_session_struct.ByReference |
sftp |
| Constructor and Description |
|---|
sftp_dir_struct() |
sftp_dir_struct(sftp_session_struct.ByReference sftp,
com.sun.jna.Pointer name,
SshLibrary.ssh_string handle,
SshLibrary.ssh_buffer buffer,
int count,
int eof) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
initFieldOrder() |
static sftp_dir_struct[] |
newArray(int arrayLength) |
protected sftp_dir_struct.ByReference |
newByReference() |
protected sftp_dir_struct.ByValue |
newByValue() |
protected sftp_dir_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 sftp_session_struct.ByReference sftp
public com.sun.jna.Pointer name
public SshLibrary.ssh_string handle
public SshLibrary.ssh_buffer buffer
public int count
public int eof
public sftp_dir_struct()
public sftp_dir_struct(sftp_session_struct.ByReference sftp, com.sun.jna.Pointer name, SshLibrary.ssh_string handle, SshLibrary.ssh_buffer buffer, int count, int eof)
sftp - C type : sftp_sessionname - C type : char*handle - handle to directorybuffer - contains raw attributes from server which haven't been parsedcount - counts the number of following attributes structures into buffereof - end of directory listingprotected void initFieldOrder()
protected sftp_dir_struct.ByReference newByReference()
newByReference in class com.ochafik.lang.jnaerator.runtime.Structure<sftp_dir_struct,sftp_dir_struct.ByValue,sftp_dir_struct.ByReference>protected sftp_dir_struct.ByValue newByValue()
newByValue in class com.ochafik.lang.jnaerator.runtime.Structure<sftp_dir_struct,sftp_dir_struct.ByValue,sftp_dir_struct.ByReference>protected sftp_dir_struct newInstance()
newInstance in class com.ochafik.lang.jnaerator.runtime.Structure<sftp_dir_struct,sftp_dir_struct.ByValue,sftp_dir_struct.ByReference>public static sftp_dir_struct[] newArray(int arrayLength)
Copyright © 2018. All rights reserved.