Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-02
The Binary type exposes the following members.
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(Object) |
Compare this object with another object to determine equality.
(Overrides Object..::..Equals(Object).) |
![]() ![]() | Equals(array<Byte>[]()[][], Int32, array<Byte>[]()[][], Int32, Int32) |
Compare two binary regions, testing for equality.
|
![]() | 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.
|
![]() | GetStream()()()() |
Get a Stream to read the Binary object's contents from.
|
![]() | GetStream(Int32, Int32) |
Get a Stream to read the Binary object's contents from.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToByteArray()()()() |
Get the contents of the Binary as a byte array.
|
![]() | ToByteArray(Int32, Int32) |
Get a portion of the contents of the Binary as a byte array.
|
![]() | ToString()()()() |
Return a human-readable description for this Binary.
(Overrides Object..::..ToString()()()().) |
![]() ![]() | ToString(array<Byte>[]()[][]) |
For debugging purposes, convert the passed byte array into a string
that contains the information regarding whether the reference is null,
and if it is not null, what the length of the byte array is.
|
![]() | WriteTo(BinaryWriter) |
Write the contents of the Binary object to a Stream.
|
![]() | WriteTo(Stream) |
Write the contents of the Binary object to a Stream.
|
![]() | WriteTo(BinaryWriter, Int32, Int32) |
Write the contents of the Binary object to a BinaryWriter.
|
![]() | WriteTo(Stream, Int32, Int32) |
Write the contents of the Binary object to a Stream.
|