Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
The Binary type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Binary | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| ByteAt |
Returns a byte at the specified position.
| |
| CalculateNaturalPartition |
Calculate the partition ID to which the specified Binary should be
naturally assigned. This calculation should not be applied to Binary
objects decorated with artificially assigned partitions.
| |
| Clone |
Create a clone of the specified binary region.
| |
| Equals | Overloaded. | |
Allows an (Inherited from | ||
| GetBinary |
Get a Binary representing a subset of this Binary.
| |
| GetHashCode |
Determine a hash value for the Binary object.
(Overrides | |
| GetReader |
Return a DataReader to read this Binary's contents from.
| |
| GetStream | Overloaded. | |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| ToByteArray | Overloaded. | |
| ToString | Overloaded. | |
| WriteTo | Overloaded. |
Fields
| Name | Description | |
|---|---|---|
| NO_BINARY |
An empty Binary object.
| |
| NO_BYTES |
An empty byte array (by definition immutable).
|
Properties
| Name | Description | |
|---|---|---|
| Length |
Determine the length of the Binary.
|