PersonalStorageLoadOptions
Inheritance: java.lang.Object
public class PersonalStorageLoadOptions
Specifies additional options when loading a PST storage.
Constructors
Constructor | Description |
---|---|
PersonalStorageLoadOptions() |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getLeaveStreamOpen() | Leave stream open when PersonalStorage is disposed. |
getWritable() | Gets or sets a value indicating whether the pst is writable. |
hashCode() | |
notify() | |
notifyAll() | |
setLeaveStreamOpen(boolean value) | Leave stream open when PersonalStorage is disposed. |
setWritable(boolean value) | Gets or sets a value indicating whether the pst is writable. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
PersonalStorageLoadOptions()
public PersonalStorageLoadOptions()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getLeaveStreamOpen()
public final boolean getLeaveStreamOpen()
Leave stream open when PersonalStorage is disposed. Should always be false when PersonalStorage.fromFile(String,PersonalStorageLoadOptions) method is used. By default the value is false.
Returns: boolean
getWritable()
public final boolean getWritable()
Gets or sets a value indicating whether the pst is writable. By default the value is true.
Value: true if writable; otherwise, false .
Returns: boolean
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setLeaveStreamOpen(boolean value)
public final void setLeaveStreamOpen(boolean value)
Leave stream open when PersonalStorage is disposed. Should always be false when PersonalStorage.fromFile(String,PersonalStorageLoadOptions) method is used. By default the value is false.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setWritable(boolean value)
public final void setWritable(boolean value)
Gets or sets a value indicating whether the pst is writable. By default the value is true.
Value: true if writable; otherwise, false .
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |