Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The Binary type exposes the following members.

Constructors

  NameDescription
BinaryOverloaded.

Methods

  NameDescription
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.
EqualsOverloaded.
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetBinary
Get a Binary representing a subset of this Binary.
GetHashCode
Determine a hash value for the Binary object.
(Overrides Object..::.GetHashCode()()().)
GetReader
Return a DataReader to read this Binary's contents from.
GetStreamOverloaded.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToByteArrayOverloaded.
ToStringOverloaded.
WriteToOverloaded.

Fields

  NameDescription
NO_BINARY
An empty Binary object.
NO_BYTES
An empty byte array (by definition immutable).

Properties

  NameDescription
Length
Determine the length of the Binary.

See Also