MboxLoadOptions
Contents
[
Hide
]Inheritance: java.lang.Object
public class MboxLoadOptions
Specifies additional options when loading a Mbox storage.
Constructors
Constructor | Description |
---|---|
MboxLoadOptions() |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getLeaveOpen() | Gets or sets a value indicating whether to keep the underlying stream open after disposing. |
getPreferredTextEncoding() | Gets or sets preferred encoding for messages. |
hashCode() | |
notify() | |
notifyAll() | |
setLeaveOpen(boolean value) | Gets or sets a value indicating whether to keep the underlying stream open after disposing. |
setPreferredTextEncoding(Charset value) | Gets or sets preferred encoding for messages. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
MboxLoadOptions()
public MboxLoadOptions()
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
getLeaveOpen()
public final boolean getLeaveOpen()
Gets or sets a value indicating whether to keep the underlying stream open after disposing. Default value is false.
Returns: boolean
getPreferredTextEncoding()
public final Charset getPreferredTextEncoding()
Gets or sets preferred encoding for messages. The default value is null.
Returns: java.nio.charset.Charset
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setLeaveOpen(boolean value)
public final void setLeaveOpen(boolean value)
Gets or sets a value indicating whether to keep the underlying stream open after disposing. Default value is false.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setPreferredTextEncoding(Charset value)
public final void setPreferredTextEncoding(Charset value)
Gets or sets preferred encoding for messages. The default value is null.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.nio.charset.Charset |
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 |