TextStorageSettings
Contents
[
Hide
]
Inheritance: java.lang.Object
public class TextStorageSettings
Represents the text storage settings.
Learn more
Constructors
| Constructor | Description |
|---|---|
| TextStorageSettings(Compression compression) | Initializes a new instance of the TextStorageSettings class. |
Methods
| Method | Description |
|---|---|
| getCompression() | Gets the compression of text storage. |
| setCompression(Compression value) | Sets the compression of text storage. |
TextStorageSettings(Compression compression)
public TextStorageSettings(Compression compression)
Initializes a new instance of the TextStorageSettings class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| compression | Compression | The compression of text storage. |
getCompression()
public final Compression getCompression()
Gets the compression of text storage. The default value is Compression.Normal.
Returns: Compression - The compression of text storage.
setCompression(Compression value)
public final void setCompression(Compression value)
Sets the compression of text storage. The default value is Compression.Normal.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Compression | The compression of text storage. |