MetaInfo
Contents
[
Hide
]Inheritance: java.lang.Object
public class MetaInfo
Base class for summary info objects
Constructors
| Constructor | Description |
|---|---|
| MetaInfo() |
Methods
| Method | Description |
|---|---|
| getRawByteOrder() | Raw byte order |
| isLittleEndian() | Is little endian |
| getVersion() | Version value |
| getSysID() | System identifier |
| getClsid() | CLSID identifier |
| getFMTID() | FMTID identifier |
| getPropsCount() | Count of properties |
| getPropsIdentifiers() | Identifiers of properties |
| getProperty(long id) | Gets property by ID passed |
| getCodePage() | Code page identifier |
| getLocale() | Locale identifier |
MetaInfo()
public MetaInfo()
getRawByteOrder()
public final int getRawByteOrder()
Raw byte order
Returns: int - int value
isLittleEndian()
public final boolean isLittleEndian()
Is little endian
Returns: boolean - boolean value
getVersion()
public final int getVersion()
Version value
Returns: int - int value
getSysID()
public final long getSysID()
System identifier
Returns: long - long value
getClsid()
public final UUID getClsid()
CLSID identifier
Returns: java.util.UUID - java.util.UUID instance
getFMTID()
public final UUID getFMTID()
FMTID identifier
Returns: java.util.UUID - java.util.UUID instance
getPropsCount()
public final int getPropsCount()
Count of properties
Returns: int - int value
getPropsIdentifiers()
public final List<Long> getPropsIdentifiers()
Identifiers of properties
Returns: java.util.List<java.lang.Long> - List of Long
getProperty(long id)
public final Object getProperty(long id)
Gets property by ID passed
Parameters:
| Parameter | Type | Description |
|---|---|---|
| id | long | property identifier |
Returns: java.lang.Object - property value
getCodePage()
public final short getCodePage()
Code page identifier
Returns: short - short value
getLocale()
public final long getLocale()
Locale identifier
Returns: long - long value