public class EdsDirectoryItemInfo
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EdsDirectoryItemInfo.ByReference |
static class |
EdsDirectoryItemInfo.ByValue |
| Modifier and Type | Field and Description |
|---|---|
com.sun.jna.NativeLong |
dateTime
C type : EdsUInt32
|
com.sun.jna.NativeLong |
format
C type : EdsUInt32
Returns the directory item type.
|
com.sun.jna.NativeLong |
groupID
C type : EdsUInt32
A non-zero integer.
|
int |
isFolder
C type : EdsBool
If a folder: True
If not a folder: False
|
com.sun.jna.NativeLong |
option
C type : EdsUInt32
An option when a direct transfer request is received (a kEdsObjectEvent_DirItemRequestTransferDT event).
|
long |
size
C type : EdsUInt64
The file size.
|
byte[] |
szFileName
C type : EdsChar[256]
Returns the directory name or file name if successful.
|
| Constructor and Description |
|---|
EdsDirectoryItemInfo() |
EdsDirectoryItemInfo(long size,
int isFolder,
com.sun.jna.NativeLong groupID,
com.sun.jna.NativeLong option,
byte[] szFileName,
com.sun.jna.NativeLong format,
com.sun.jna.NativeLong dateTime) |
EdsDirectoryItemInfo(com.sun.jna.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
getFieldOrder() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic long size
public int isFolder
public com.sun.jna.NativeLong groupID
public com.sun.jna.NativeLong option
public byte[] szFileName
public com.sun.jna.NativeLong format
public com.sun.jna.NativeLong dateTime
public EdsDirectoryItemInfo()
public EdsDirectoryItemInfo(long size,
int isFolder,
com.sun.jna.NativeLong groupID,
com.sun.jna.NativeLong option,
byte[] szFileName,
com.sun.jna.NativeLong format,
com.sun.jna.NativeLong dateTime)
size - C type : EdsUInt64isFolder - C type : EdsBoolgroupID - C type : EdsUInt32option - C type : EdsUInt32szFileName - C type : EdsChar[256]format - C type : EdsUInt32dateTime - C type : EdsUInt32public EdsDirectoryItemInfo(com.sun.jna.Pointer peer)
Copyright © 2018–2019. All rights reserved.