public class sftp_file_struct extends com.ochafik.lang.jnaerator.runtime.Structure<sftp_file_struct,sftp_file_struct.ByValue,sftp_file_struct.ByReference>
| Modifier and Type | Class and Description |
|---|---|
static class |
sftp_file_struct.ByReference |
static class |
sftp_file_struct.ByValue |
| Modifier and Type | Field and Description |
|---|---|
int |
eof |
SshLibrary.ssh_string |
handle |
com.sun.jna.Pointer |
name |
int |
nonblocking |
long |
offset |
sftp_session_struct.ByReference |
sftp |
| Constructor and Description |
|---|
sftp_file_struct() |
sftp_file_struct(sftp_session_struct.ByReference sftp,
com.sun.jna.Pointer name,
long offset,
SshLibrary.ssh_string handle,
int eof,
int nonblocking) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
initFieldOrder() |
static sftp_file_struct[] |
newArray(int arrayLength) |
protected sftp_file_struct.ByReference |
newByReference() |
protected sftp_file_struct.ByValue |
newByValue() |
protected sftp_file_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 long offset
public SshLibrary.ssh_string handle
public int eof
public int nonblocking
public sftp_file_struct()
public sftp_file_struct(sftp_session_struct.ByReference sftp, com.sun.jna.Pointer name, long offset, SshLibrary.ssh_string handle, int eof, int nonblocking)
sftp - C type : sftp_sessionname - C type : char*handle - C type : ssh_stringprotected void initFieldOrder()
protected sftp_file_struct.ByReference newByReference()
newByReference in class com.ochafik.lang.jnaerator.runtime.Structure<sftp_file_struct,sftp_file_struct.ByValue,sftp_file_struct.ByReference>protected sftp_file_struct.ByValue newByValue()
newByValue in class com.ochafik.lang.jnaerator.runtime.Structure<sftp_file_struct,sftp_file_struct.ByValue,sftp_file_struct.ByReference>protected sftp_file_struct newInstance()
newInstance in class com.ochafik.lang.jnaerator.runtime.Structure<sftp_file_struct,sftp_file_struct.ByValue,sftp_file_struct.ByReference>public static sftp_file_struct[] newArray(int arrayLength)
Copyright © 2018. All rights reserved.