MboxLoadOptions

Inheritance: java.lang.Object

public class MboxLoadOptions

Specifies additional options when loading a Mbox storage.

Constructors

ConstructorDescription
MboxLoadOptions()

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valueboolean

setPreferredTextEncoding(Charset value)

public final void setPreferredTextEncoding(Charset value)

Gets or sets preferred encoding for messages. The default value is null.

Parameters:

ParameterTypeDescription
valuejava.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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int